mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
'when: X' -> 'when: X | bool' for Ansibl 2.8
This commit is contained in:
parent
176abdd2f5
commit
3a1ccf3638
89 changed files with 248 additions and 248 deletions
|
@ -19,7 +19,7 @@
|
|||
# force: yes
|
||||
# backup: yes
|
||||
register: wp_download_output
|
||||
when: internet_available
|
||||
when: internet_available | bool
|
||||
|
||||
- name: Create symlink from /opt/iiab/downloads/wordpress.tar.gz to {{ wp_download_output.dest }}
|
||||
file:
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
- name: Install WordPress if wordpress_install
|
||||
include_tasks: install.yml
|
||||
when: wordpress_install
|
||||
when: wordpress_install | bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue