mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
activate old marker code
This commit is contained in:
parent
7c8b2e1641
commit
ef914cac7c
1 changed files with 5 additions and 5 deletions
|
@ -31,11 +31,11 @@
|
|||
when: not installing
|
||||
|
||||
# If we got here we're done
|
||||
#- name: Record base gui version
|
||||
# lineinfile: dest=/etc/iiab/iiab.env
|
||||
# regexp='^BASE_VERSION=*'
|
||||
# line='BASE_VERSION="{{ gui_version }}"'
|
||||
# state=present
|
||||
- name: Record STAGE
|
||||
lineinfile: dest=/etc/iiab/iiab.env
|
||||
regexp='^STAGE=*'
|
||||
line='STAGE=3'
|
||||
state=present
|
||||
|
||||
- name: ...HAS COMPLETED ====================================
|
||||
command: echo
|
||||
|
|
Loading…
Reference in a new issue