mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
10 lines
282 B
YAML
10 lines
282 B
YAML
# Local Add-ons
|
|
|
|
- name: ...IS BEGINNING ====================================
|
|
command: echo
|
|
|
|
- name: Recording STAGE 9 HAS COMPLETED ====================
|
|
lineinfile: dest=/etc/iiab/iiab.env
|
|
regexp='^STAGE=*'
|
|
line='STAGE=9'
|
|
state=present
|