From c329a156a7d2594d83cf18962401a69f5403c601 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 30 Oct 2017 16:31:16 -0400 Subject: [PATCH] fill lines with ==='s --- roles/2-common/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/2-common/tasks/main.yml b/roles/2-common/tasks/main.yml index acaacc99f..c7af19941 100644 --- a/roles/2-common/tasks/main.yml +++ b/roles/2-common/tasks/main.yml @@ -1,6 +1,6 @@ # Common OS-Level Additions & Mods (that only need to be performed once) -- name: ...IS BEGINNING ================================== +- name: ...IS BEGINNING ========================================== command: echo #- include: iiab_ini.yml @@ -48,7 +48,7 @@ - include: udev.yml -- name: Recording STAGE 2 HAS COMPLETED ================== +- name: Recording STAGE 2 HAS COMPLETED ========================== lineinfile: dest=/etc/iiab/iiab.env regexp='^STAGE=*' line='STAGE=2'