mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
60d19bf1e6
commit
0d6f4314a5
1 changed files with 2 additions and 2 deletions
|
@ -90,6 +90,6 @@
|
|||
- name: Recording STAGE 2 HAS COMPLETED ==========================
|
||||
lineinfile:
|
||||
dest: /etc/iiab/iiab.env
|
||||
regexp: "^STAGE=*"
|
||||
line: "STAGE=2"
|
||||
regexp: '^STAGE=*'
|
||||
line: 'STAGE=2'
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue