mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move iiab.env template - add starting STAGE=1 - update STAGE on the fly part 1
This commit is contained in:
parent
f2c8b1deeb
commit
4a125bb991
4 changed files with 20 additions and 7 deletions
|
|
@ -48,5 +48,11 @@
|
|||
|
||||
- include: udev.yml
|
||||
|
||||
- name: Record STAGE
|
||||
lineinfile: dest=/etc/iiab/iiab.env
|
||||
regexp='^STAGE=*'
|
||||
line='STAGE=2'
|
||||
state=present
|
||||
|
||||
- name: ...HAS COMPLETED =========================================
|
||||
command: echo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue