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"
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
with_items:
|
||||
- apt-transport-https
|
||||
- dirmngr
|
||||
name:
|
||||
- apt-transport-https
|
||||
- dirmngr
|
||||
|
Loading…
Reference in New Issue
Block a user