1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

1-prep/tasks/main.yml: Cleaner comments

This commit is contained in:
A Holt 2021-07-29 18:52:14 -04:00 committed by GitHub
parent b911429949
commit d6dc25c618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'