mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update main.yml
This commit is contained in:
parent
b3f973878c
commit
29e9c20e74
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
- name: Recording STAGE 5 HAS COMPLETED =====================
|
- name: Recording STAGE 5 HAS COMPLETED =====================
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/iiab/iiab.env
|
dest: "{{ iiab_env_file }}"
|
||||||
regexp: '^STAGE=*'
|
regexp: '^STAGE=*'
|
||||||
line: 'STAGE=5'
|
line: 'STAGE=5'
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue