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'