mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
wordpress/tasks/main.yml conditions need clarity
This commit is contained in:
parent
3c361728dd
commit
2d57c05d33
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# SEE "emergency" REINSTALL INSTRUCTIONS IN roles/wordpress/tasks/install.yml
|
||||
|
||||
- name: Provision MySql DB for WordPress
|
||||
- name: Provision MySQL DB for WordPress
|
||||
include_tasks: setup.yml
|
||||
when: wordpress_install | bool and not installing | bool
|
||||
when: wordpress_install and not installing
|
||||
|
||||
- name: Install WordPress if wordpress_installed is absent
|
||||
include_tasks: install.yml
|
||||
|
|
Loading…
Reference in a new issue