mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
56 changes to include_tasks --edits double check after rebase
This commit is contained in:
parent
d23e3d760f
commit
c07c0d2d76
22 changed files with 68 additions and 60 deletions
|
@ -70,11 +70,11 @@
|
|||
when: ansible_local.local_facts.os == "raspbian"
|
||||
ignore_errors: true
|
||||
|
||||
- include: prep.yml
|
||||
- include_tasks: prep.yml
|
||||
when: first_run
|
||||
|
||||
# Put conditional actions for hardware platforms here
|
||||
- include: raspberry_pi_2.yml
|
||||
- include_tasks: raspberry_pi_2.yml
|
||||
when: first_run and rpi_model != "none"
|
||||
|
||||
- name: Check if the identifier for Intel's NUC6 builtin WiFi is present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue