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
|
when: not installing
|
||||||
|
|
||||||
# If we got here we're done
|
# If we got here we're done
|
||||||
#- name: Record base gui version
|
- name: Record STAGE
|
||||||
# lineinfile: dest=/etc/iiab/iiab.env
|
lineinfile: dest=/etc/iiab/iiab.env
|
||||||
# regexp='^BASE_VERSION=*'
|
regexp='^STAGE=*'
|
||||||
# line='BASE_VERSION="{{ gui_version }}"'
|
line='STAGE=3'
|
||||||
# state=present
|
state=present
|
||||||
|
|
||||||
- name: ...HAS COMPLETED ====================================
|
- name: ...HAS COMPLETED ====================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
Loading…
Reference in a new issue