From 7b03e1b4b7729b78d857a485fc9ade7e4bde1a35 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 30 Oct 2017 16:35:28 -0400 Subject: [PATCH] fill lines with ==='s --- roles/6-generic-apps/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/6-generic-apps/tasks/main.yml b/roles/6-generic-apps/tasks/main.yml index 9cf53a700..9c4113fc1 100644 --- a/roles/6-generic-apps/tasks/main.yml +++ b/roles/6-generic-apps/tasks/main.yml @@ -1,5 +1,5 @@ # Generic Apps -- name: ...IS BEGINNING ================================== +- name: ...IS BEGINNING ==================================== command: echo - name: CALIBRE @@ -44,7 +44,7 @@ when: wordpress_install tags: wordpress -- name: Recording STAGE 6 HAS COMPLETED ================== +- name: Recording STAGE 6 HAS COMPLETED ==================== lineinfile: dest=/etc/iiab/iiab.env regexp='^STAGE=*' line='STAGE=6'