1
0
Fork 0
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:
Adam Holt 2017-10-30 23:55:24 -04:00 committed by Jerry Vonau
parent d23e3d760f
commit c07c0d2d76
22 changed files with 68 additions and 60 deletions

View file

@ -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