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:
parent
7f80ed0345
commit
cbb090fe71
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue