mirror of https://github.com/k3s-io/k3s
Fixes #1729: Use 'is changed' instead of non-existent changed filter.
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