mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
fill lines with ==='s
This commit is contained in:
parent
6fbf870464
commit
42264f1e34
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Local Add-ons
|
# Local Add-ons
|
||||||
|
|
||||||
- name: ...IS BEGINNING =============================
|
- name: ...IS BEGINNING ====================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
- name: Recording STAGE 9 HAS COMPLETED =============
|
- name: Recording STAGE 9 HAS COMPLETED ====================
|
||||||
lineinfile: dest=/etc/iiab/iiab.env
|
lineinfile: dest=/etc/iiab/iiab.env
|
||||||
regexp='^STAGE=*'
|
regexp='^STAGE=*'
|
||||||
line='STAGE=9'
|
line='STAGE=9'
|
||||||
|
|
Loading…
Reference in a new issue