mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
iiab_env_file -> {{ iiab_env_file }} or "{{ iiab_env_file }}"
This commit is contained in:
parent
d9c73cc804
commit
b973906dc3
18 changed files with 23 additions and 23 deletions
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
- name: Create xs_httpcache flag
|
||||
lineinfile:
|
||||
dest: /etc/iiab/iiab.env
|
||||
dest: "{{ iiab_env_file }}"
|
||||
regexp: '^HTTPCACHE_ON=*'
|
||||
line: 'HTTPCACHE_ON=True'
|
||||
state: present
|
||||
|
|
@ -121,7 +121,7 @@
|
|||
|
||||
- name: Remove xs_httpcache flag
|
||||
lineinfile:
|
||||
dest: /etc/iiab/iiab.env
|
||||
dest: "{{ iiab_env_file }}"
|
||||
regexp: '^HTTPCACHE_ON=*'
|
||||
line: 'HTTPCACHE_ON=False'
|
||||
state: present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue