mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Also rename Ansible var, to 'rpi_firmware_downloaded'
This commit is contained in:
parent
4d57829075
commit
8b772fe516
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: Include older RPi Firmware
|
||||
include_tasks: install.yml
|
||||
when: RPi_firmware_retrieved is undefined
|
||||
when: rpi_firmware_downloaded is undefined
|
||||
|
||||
- name: Install check-firmware service files
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue