1
0
Fork 0
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:
A Holt 2020-01-12 00:47:46 -05:00 committed by GitHub
parent 3c361728dd
commit 2d57c05d33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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