From 9ca180ce8fb29988336f7e35b7aadb626e1d64ea Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 30 Oct 2017 16:32:31 -0400 Subject: [PATCH] fill lines with ==='s --- roles/3-base-server/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/3-base-server/tasks/main.yml b/roles/3-base-server/tasks/main.yml index e59553e9e..b77c032ef 100644 --- a/roles/3-base-server/tasks/main.yml +++ b/roles/3-base-server/tasks/main.yml @@ -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'