1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/wordpress/tasks/main.yml

14 lines
460 B
YAML
Raw Normal View History

2017-11-15 16:01:07 +00:00
# SEE "emergency" REINSTALL INSTRUCTIONS IN roles/wordpress/tasks/install.yml
- name: Provision MySQL DB for WordPress
include_tasks: setup.yml
when: wordpress_install and not installing
- name: Install WordPress if wordpress_installed is absent
include_tasks: install.yml
when: wordpress_install and not wordpress_installed is defined
- name: Enable WordPress
include_tasks: enable.yml
when: wordpress_install or wordpress_installed is defined