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

@ -67,6 +67,6 @@
- name: Recording STAGE 6 HAS COMPLETED ====================
lineinfile:
dest: "{{ iiab_env_file }}"
path: "{{ iiab_env_file }}"
regexp: '^STAGE=*'
line: 'STAGE=6'