From 104bbf784ad8093aafb12e7aedcda2cdd0b9d4dc Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 30 Oct 2017 16:29:49 -0400 Subject: [PATCH] fill lines with ==='s --- roles/1-prep/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/1-prep/tasks/main.yml b/roles/1-prep/tasks/main.yml index 84ae926eb..fea4ea34f 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -1,6 +1,6 @@ # Preparations (Hardware Level) -- name: ...IS BEGINNING ================================== +- name: ...IS BEGINNING ============================================ command: echo - name: Get the uuidgen program @@ -89,7 +89,7 @@ when: first_run and usb_NUC6.stdout|int > 0 # this script can be sourced to get IIAB location -- name: Recording STAGE 1 HAS COMPLETED ================== +- name: Recording STAGE 1 HAS COMPLETED ============================ template: src=roles/1-prep/templates/iiab.env.j2 dest=/etc/iiab/iiab.env owner=root