1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

2008 var names, output, comments, small bugs

This commit is contained in:
holta 2019-10-24 21:05:47 -04:00 committed by Jerry Vonau
parent 6be97bba6c
commit 38fd86ac90
42 changed files with 144 additions and 137 deletions

View file

@ -101,9 +101,9 @@
dest: "/etc/{{ apache_config_dir }}/wordpress.conf"
when: apache_enabled
- name: Add 'wordpress_installed' variable values to {{ iiab_installed }}
- name: Add 'wordpress_installed' variable values to {{ iiab_state_file }}
lineinfile:
dest: "{{ iiab_installed }}"
dest: "{{ iiab_state_file }}"
regexp: '^wordpress_installed'
line: 'wordpress_installed: True'
state: present

View file

@ -1,7 +1,7 @@
# SEE "emergency" REINSTALL INSTRUCTIONS IN roles/wordpress/tasks/install.yml
- name: Provision MySql DB for WordPress
include_tasks: prov-db.yml
include_tasks: setup.yml
when: wordpress_install | bool and not installing | bool
- name: Install WordPress if wordpress_installed is absent