mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Fixes #17: Fix is changed check so reboot task doesn't fail.
This commit is contained in:
@@ -19,5 +19,5 @@
|
|||||||
- name: Rebooting on Raspbian
|
- name: Rebooting on Raspbian
|
||||||
reboot:
|
reboot:
|
||||||
when:
|
when:
|
||||||
- boot_cmdline | changed
|
- boot_cmdline is changed
|
||||||
- ansible_facts.architecture is search("arm")
|
- ansible_facts.architecture is search("arm")
|
||||||
|
|||||||
Reference in New Issue
Block a user