1
0
Fork 0
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:
A Holt 2017-10-30 16:32:31 -04:00 committed by Jerry Vonau
parent c329a156a7
commit 9ca180ce8f

View file

@ -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'