From 6e8f81b500c30d7aace5dfddc53098a55838d9bd Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 30 Oct 2017 16:37:06 -0400 Subject: [PATCH] fill lines with ==='s --- roles/7-edu-apps/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/7-edu-apps/tasks/main.yml b/roles/7-edu-apps/tasks/main.yml index ee98a0d2d..5f7f081d9 100644 --- a/roles/7-edu-apps/tasks/main.yml +++ b/roles/7-edu-apps/tasks/main.yml @@ -1,5 +1,5 @@ # Educational Apps -- name: ...IS BEGINNING ================================== +- name: ...IS BEGINNING ======================================== command: echo - name: KALITE @@ -38,7 +38,7 @@ when: sugarizer_install tags: sugarizer -- name: Recording STAGE 7 HAS COMPLETED ================== +- name: Recording STAGE 7 HAS COMPLETED ======================== lineinfile: dest=/etc/iiab/iiab.env regexp='^STAGE=*' line='STAGE=7'