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

Cleaner ver: 35+1 files may write to iiab_state.yml

This commit is contained in:
root 2020-01-12 18:15:33 -05:00
parent c53fc6fc9a
commit a4d898dd9c
36 changed files with 72 additions and 72 deletions

View file

@ -86,8 +86,8 @@
# state: restarted
# when: lokole_enabled | bool
- name: "Add 'lokole_installed: True' to {{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
- name: "Add 'lokole_installed: True' to {{ iiab_state_file }}"
lineinfile:
dest: "{{ iiab_state_file }}"
dest: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
regexp: '^lokole_installed'
line: 'lokole_installed: True'