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
|
||||
group: "{{ apache_user }}"
|
||||
|
||||
- name: "Set 'pbx_apache_installed: True'"
|
||||
- name: "Set 'apache_installed: True'"
|
||||
set_fact:
|
||||
apache_installed: True
|
||||
|
||||
- name: "Add 'pbx_apache_installed: True' to {{ iiab_state_file }}"
|
||||
- name: "Add 'apache_installed: True' to {{ iiab_state_file }}"
|
||||
lineinfile:
|
||||
path: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
regexp: '^apache_installed'
|
||||
|
|
Loading…
Add table
Reference in a new issue