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: final code/comment cleanup for PR #2654 merge

This commit is contained in:
A Holt 2020-11-28 23:18:35 -05:00 committed by GitHub
parent 43e5672bc0
commit 652da0fbbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,6 +99,7 @@
# when: is_ubuntu
# 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)
# selinux:
# state: disabled
@ -112,6 +113,7 @@
## DISCOVER PLATFORMS ######
# Put conditional actions for hardware platforms here
- include_tasks: raspberry_pi.yml
when: first_run and rpi_model != "none"
@ -128,7 +130,7 @@
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 ============================
template:
src: roles/1-prep/templates/iiab.env.j2