Hotfix for RC Files (#53)
* Remove ending ampersands, causes error loading script. * Also remove ampersands for firmware updater, unnecessary.
This commit is contained in:
parent
e66dbed7a8
commit
5dea8472b0
@ -241,7 +241,7 @@
|
||||
- name: General | Facts | Package | Update Command | Flatpak | Missing
|
||||
set_fact:
|
||||
update_flatpak: |
|
||||
echo "*** Flatpak Not Installed ***" &&
|
||||
echo "*** Flatpak Not Installed ***"
|
||||
when: update_flatpak is not defined
|
||||
|
||||
# Firmware
|
||||
@ -265,5 +265,5 @@
|
||||
- name: General | Facts | Package | Update Command | Firmware | Missing
|
||||
set_fact:
|
||||
update_firmware: |
|
||||
echo "*** Firmware Updater (fwupdmgr) Not Installed ***" &&
|
||||
echo "*** Firmware Updater (fwupdmgr) Not Installed ***"
|
||||
when: update_firmware is not defined
|
||||
|
Loading…
x
Reference in New Issue
Block a user