mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Convert dest: to path: per Ansible lineinfile norms
This commit is contained in:
parent
106558aca9
commit
810fc81ac8
57 changed files with 58 additions and 58 deletions
|
@ -159,6 +159,6 @@
|
|||
|
||||
- name: "Add 'nodejs_installed: True' to {{ iiab_state_file }}"
|
||||
lineinfile:
|
||||
dest: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
path: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
regexp: '^nodejs_installed'
|
||||
line: 'nodejs_installed: True'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue