Skip to content

Commit e9a3e6a

Browse files
committed
Refactor apt module loop
Apt/yum with_items module loops have been deprecated in Ansible 2.7
1 parent 5cd48e5 commit e9a3e6a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tasks/prerequisites/setup-debian.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
- name: "(Install: Debian/Ubuntu) Install Required Debian and Ubuntu Dependencies"
33
apt:
4-
name: "{{ item }}"
5-
with_items:
6-
- apt-transport-https
7-
- dirmngr
4+
name:
5+
- apt-transport-https
6+
- dirmngr

0 commit comments

Comments
 (0)