mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
1-prep/tasks/main.yml: final code/comment cleanup for PR #2654 merge
This commit is contained in:
parent
43e5672bc0
commit
652da0fbbd
1 changed files with 3 additions and 1 deletions
|
@ -99,6 +99,7 @@
|
||||||
# when: is_ubuntu
|
# when: is_ubuntu
|
||||||
# ignore_errors: True
|
# ignore_errors: True
|
||||||
|
|
||||||
|
# PR #2648 - Can be restored in future if truly nec, w ansible.posix collection
|
||||||
#- name: Disable SELinux on next boot (OS's other than debuntu)
|
#- name: Disable SELinux on next boot (OS's other than debuntu)
|
||||||
# selinux:
|
# selinux:
|
||||||
# state: disabled
|
# state: disabled
|
||||||
|
@ -112,6 +113,7 @@
|
||||||
|
|
||||||
## DISCOVER PLATFORMS ######
|
## DISCOVER PLATFORMS ######
|
||||||
# Put conditional actions for hardware platforms here
|
# Put conditional actions for hardware platforms here
|
||||||
|
|
||||||
- include_tasks: raspberry_pi.yml
|
- include_tasks: raspberry_pi.yml
|
||||||
when: first_run and rpi_model != "none"
|
when: first_run and rpi_model != "none"
|
||||||
|
|
||||||
|
@ -128,7 +130,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 location
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue