Skip to content
Snippets Groups Projects
Commit 3148bca7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update deprecated keyword

parent 799444b1
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
- name: "PHP | Install required packages."
apt:
pkg={{ item }}
state=installed
state=present
force=yes
with_items: '{{ php_packages }}'
notify:
......
......@@ -30,7 +30,7 @@
- name: "Install Packages"
apt:
pkg={{ item }}
state=installed
state=present
with_items:
- 'autoconf2.13'
- 'automake1.4'
......
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