mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
fill lines with ==='s
This commit is contained in:
parent
c329a156a7
commit
9ca180ce8f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Base Server
|
# Base Server
|
||||||
- name: ...IS BEGINNING ==================================
|
- name: ...IS BEGINNING =====================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
- name: HTTPD
|
- name: HTTPD
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
state=restarted
|
state=restarted
|
||||||
when: not installing
|
when: not installing
|
||||||
|
|
||||||
- name: Record STAGE 3 HAS COMPLETED =====================
|
- name: Record STAGE 3 HAS COMPLETED ========================
|
||||||
lineinfile: dest=/etc/iiab/iiab.env
|
lineinfile: dest=/etc/iiab/iiab.env
|
||||||
regexp='^STAGE=*'
|
regexp='^STAGE=*'
|
||||||
line='STAGE=3'
|
line='STAGE=3'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue