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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue