diff --git a/roles/1-prep/tasks/main.yml b/roles/1-prep/tasks/main.yml index d24b49764..273aedc94 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -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