Refactor apt module loop
Apt/yum with_items module loops have been deprecated in Ansible 2.7
This commit is contained in:
parent
5cd48e5b5c
commit
e9a3e6a8e2
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: "(Install: Debian/Ubuntu) Install Required Debian and Ubuntu Dependencies"
|
- name: "(Install: Debian/Ubuntu) Install Required Debian and Ubuntu Dependencies"
|
||||||
apt:
|
apt:
|
||||||
name: "{{ item }}"
|
name:
|
||||||
with_items:
|
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- dirmngr
|
- dirmngr
|
||||||
|
Loading…
Reference in New Issue
Block a user