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:
parent
b911429949
commit
d6dc25c618
1 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
- uuid-runtime
|
- uuid-runtime
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Does /etc/iiab/uuid file exist?
|
- name: Does /etc/iiab/uuid exist?
|
||||||
stat:
|
stat:
|
||||||
path: /etc/iiab/uuid
|
path: /etc/iiab/uuid
|
||||||
register: uuid_file
|
register: uuid_file
|
||||||
|
@ -128,8 +128,7 @@
|
||||||
when: internet_available and usb_NUC6.stdout|int > 0
|
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 ============================
|
- name: Recording STAGE 1 HAS COMPLETED ============================
|
||||||
template:
|
template:
|
||||||
src: roles/1-prep/templates/iiab.env.j2
|
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue