From 6fbf870464fa925c6ae4832523ad011b00d0f148 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 30 Oct 2017 16:38:09 -0400 Subject: [PATCH] fill lines with ==='s --- roles/8-mgmt-tools/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/8-mgmt-tools/tasks/main.yml b/roles/8-mgmt-tools/tasks/main.yml index 91413900b..ad22382ed 100644 --- a/roles/8-mgmt-tools/tasks/main.yml +++ b/roles/8-mgmt-tools/tasks/main.yml @@ -1,6 +1,6 @@ # Assessment and Monitoring Tools -- name: ...IS BEGINNING ================================== +- name: ...IS BEGINNING ====================================== command: echo - name: AWSTATS @@ -51,7 +51,7 @@ when: xovis_install and ansible_distribution != "CentOS" tags: xovis -- name: Recording STAGE 8 HAS COMPLETED ================== +- name: Recording STAGE 8 HAS COMPLETED ====================== lineinfile: dest=/etc/iiab/iiab.env regexp='^STAGE=*' line='STAGE=8'