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
|
@ -67,6 +67,6 @@
|
|||
|
||||
- name: Recording STAGE 6 HAS COMPLETED ====================
|
||||
lineinfile:
|
||||
dest: "{{ iiab_env_file }}"
|
||||
path: "{{ iiab_env_file }}"
|
||||
regexp: '^STAGE=*'
|
||||
line: 'STAGE=6'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue