Fix an ansible compatibility issue.
This commit is contained in:
parent
1b68752c6b
commit
e165c5590d
|
@ -1,8 +1,7 @@
|
||||||
---
|
---
|
||||||
- block:
|
- block:
|
||||||
- name: Install the wordpress php prerequisites
|
- name: Install the wordpress php prerequisites
|
||||||
apt: name={{ item }} state=present cache_valid_time=1800
|
apt: name={{ wordpress_php_prereq }} state=present cache_valid_time=1800
|
||||||
with_items: '{{ wordpress_php_prereq }}'
|
|
||||||
|
|
||||||
- name: Get the wordpress CLI tool
|
- name: Get the wordpress CLI tool
|
||||||
get_url: url={{ wordpress_cli_url }} dest={{ wordpress_cli_bin }} mode=0755
|
get_url: url={{ wordpress_cli_url }} dest={{ wordpress_cli_bin }} mode=0755
|
||||||
|
|
Loading…
Reference in New Issue