Skip to content

Commit c356469

Browse files
author
Michel Weitbrecht
committed
Remove deprecated options for Ansible 2.7
1 parent f6d696b commit c356469

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tasks/install.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
- name: Install dependencies
88
apt:
9-
name: "{{ item }}"
10-
with_items:
11-
- nginx-full
12-
- certbot
9+
name:
10+
- nginx-full
11+
- certbot
1312
when: ansible_pkg_mgr == "apt"

0 commit comments

Comments
 (0)