Skip to content
Snippets Groups Projects
Commit 1e743955 authored by jurgenhaas's avatar jurgenhaas
Browse files

Change module apt with multiple packages to remove deprecated syntax

parent 91639f3e
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,9 @@
- name: "Apache | Install required packages."
apt:
pkg='{{ item }}'
pkg='{{ apache_packages }}'
state=present
force=yes
with_items: '{{ apache_packages }}'
notify: "Apache | Restart Apache"
- name: "Apache | Enable some required modules"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment