1
0
Fork 0
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:
root 2020-02-03 19:54:04 -05:00
parent 106558aca9
commit 810fc81ac8
57 changed files with 58 additions and 58 deletions

View file

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