1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

missing quote in localfacts (#97)

This commit is contained in:
georgejhunt 2017-07-04 15:39:45 -07:00 committed by GitHub
parent 7f80ed0345
commit cbb090fe71
3 changed files with 4 additions and 4 deletions

View file

@ -70,7 +70,7 @@
set_fact:
rpi_model: "rpi"
is_rpi: "True"
when: {{ ansible_local["local_facts"]["os"] }} == "raspbian"
when: ansible_local.local_facts.os == "raspbian"
ignore_errors: true
- include: prep.yml