Skip to content
Snippets Groups Projects
Commit 12a4dd2a authored by jurgenhaas's avatar jurgenhaas
Browse files

Update deprecated keyword

parent 2b4244d4
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
- name: "Apache | Install required packages."
apt:
pkg='{{ item }}'
state=installed
state=present
force=yes
with_items: '{{ apache_packages }}'
notify: "Apache | Restart Apache"
......
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