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

apache_installed

This commit is contained in:
Jerry Vonau 2023-04-02 10:11:20 -05:00
parent 4cf1d94e02
commit 1eb093f064

View file

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