From d6dc25c6181e07a1ecc9383cae75d934855c2ffd Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 29 Jul 2021 18:52:14 -0400 Subject: [PATCH] 1-prep/tasks/main.yml: Cleaner comments --- roles/1-prep/tasks/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/1-prep/tasks/main.yml b/roles/1-prep/tasks/main.yml index 9fabe55e7..7479329f6 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -15,7 +15,7 @@ - uuid-runtime state: present -- name: Does /etc/iiab/uuid file exist? +- name: Does /etc/iiab/uuid exist? stat: path: /etc/iiab/uuid register: uuid_file @@ -128,8 +128,7 @@ when: internet_available and usb_NUC6.stdout|int > 0 -# This script can be sourced to get IIAB path/location - name: Recording STAGE 1 HAS COMPLETED ============================ template: src: roles/1-prep/templates/iiab.env.j2 - dest: "{{ iiab_env_file }}" + dest: "{{ iiab_env_file }}" # Can also be run as a script if absolutely nec, e.g. 'source /etc/iiab/iiab.env && echo $WWWROOT'