mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
update STAGE on the fly part 2
This commit is contained in:
parent
d907568c4b
commit
d981d55fde
4 changed files with 24 additions and 0 deletions
|
@ -21,5 +21,11 @@
|
|||
when: idmgr_install
|
||||
tags: olpc, idmgr
|
||||
|
||||
- name: Record STAGE 5
|
||||
lineinfile: dest=/etc/iiab/iiab.env
|
||||
regexp='^STAGE=*'
|
||||
line='STAGE=5'
|
||||
state=present
|
||||
|
||||
- name: ...HAS COMPLETED ====================================
|
||||
command: echo
|
||||
|
|
|
@ -45,5 +45,11 @@
|
|||
when: wordpress_install
|
||||
tags: wordpress
|
||||
|
||||
- name: Record STAGE 6
|
||||
lineinfile: dest=/etc/iiab/iiab.env
|
||||
regexp='^STAGE=*'
|
||||
line='STAGE=6'
|
||||
state=present
|
||||
|
||||
- name: ...HAS COMPLETED ===================================
|
||||
command: echo
|
||||
|
|
|
@ -39,5 +39,11 @@
|
|||
when: sugarizer_install
|
||||
tags: sugarizer
|
||||
|
||||
- name: Record STAGE 7
|
||||
lineinfile: dest=/etc/iiab/iiab.env
|
||||
regexp='^STAGE=*'
|
||||
line='STAGE=7'
|
||||
state=present
|
||||
|
||||
- name: ...HAS COMPLETED =======================================
|
||||
command: echo
|
||||
|
|
|
@ -51,5 +51,11 @@
|
|||
when: xovis_install and ansible_distribution != "CentOS"
|
||||
tags: xovis
|
||||
|
||||
- name: Record STAGE 8
|
||||
lineinfile: dest=/etc/iiab/iiab.env
|
||||
regexp='^STAGE=*'
|
||||
line='STAGE=8'
|
||||
state=present
|
||||
|
||||
- name: ...HAS COMPLETED =====================================
|
||||
command: echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue