mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fixes #1729: Use 'is changed' instead of non-existent changed filter.
This commit is contained in:
parent
690a4ca7a4
commit
27215a5ec0
@ -19,6 +19,6 @@
|
||||
- name: Rebooting on Raspbian
|
||||
shell: reboot now
|
||||
ignore_errors: true
|
||||
when: ( boot_cmdline | changed )
|
||||
when: ( boot_cmdline is changed )
|
||||
and
|
||||
( ansible_facts.architecture is search("arm") )
|
||||
|
Loading…
Reference in New Issue
Block a user