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
|
||||
- name: ...IS BEGINNING ==================================
|
||||
- name: ...IS BEGINNING =====================================
|
||||
command: echo
|
||||
|
||||
- name: HTTPD
|
||||
|
@ -29,7 +29,7 @@
|
|||
state=restarted
|
||||
when: not installing
|
||||
|
||||
- name: Record STAGE 3 HAS COMPLETED =====================
|
||||
- name: Record STAGE 3 HAS COMPLETED ========================
|
||||
lineinfile: dest=/etc/iiab/iiab.env
|
||||
regexp='^STAGE=*'
|
||||
line='STAGE=3'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue