mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Tag 'rpi_firmware_downloaded: True' in iiab_state.yml
This commit is contained in:
parent
3dac58641a
commit
4d57829075
1 changed files with 2 additions and 2 deletions
|
@ -22,5 +22,5 @@
|
|||
- name: "Add 'firmware_retrieved: True' to {{ iiab_state_file }}"
|
||||
lineinfile:
|
||||
path: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
regexp: '^RPi_firmware_retrieved'
|
||||
line: 'RPi_firmware_retrieved: True'
|
||||
regexp: '^rpi_firmware_downloaded'
|
||||
line: 'rpi_firmware_downloaded: True'
|
||||
|
|
Loading…
Reference in a new issue