Refactor apt module loop

Apt/yum with_items module loops have been deprecated in Ansible 2.7
This commit is contained in:
Alessandro Fael Garcia 2018-11-19 13:42:41 -08:00
parent 5cd48e5b5c
commit e9a3e6a8e2

View File

@ -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