mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
apache_installed
This commit is contained in:
parent
4cf1d94e02
commit
1eb093f064
1 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@
|
||||||
owner: "{{ apache_user }}" # www-data
|
owner: "{{ apache_user }}" # www-data
|
||||||
group: "{{ apache_user }}"
|
group: "{{ apache_user }}"
|
||||||
|
|
||||||
- name: "Set 'pbx_apache_installed: True'"
|
- name: "Set 'apache_installed: True'"
|
||||||
set_fact:
|
set_fact:
|
||||||
apache_installed: True
|
apache_installed: True
|
||||||
|
|
||||||
- name: "Add 'pbx_apache_installed: True' to {{ iiab_state_file }}"
|
- name: "Add 'apache_installed: True' to {{ iiab_state_file }}"
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
path: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||||
regexp: '^apache_installed'
|
regexp: '^apache_installed'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue