mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Fixes #1729: Use 'is changed' instead of non-existent changed filter.
This commit is contained in:
@@ -19,6 +19,6 @@
|
|||||||
- name: Rebooting on Raspbian
|
- name: Rebooting on Raspbian
|
||||||
shell: reboot now
|
shell: reboot now
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
when: ( boot_cmdline | changed )
|
when: ( boot_cmdline is changed )
|
||||||
and
|
and
|
||||||
( ansible_facts.architecture is search("arm") )
|
( ansible_facts.architecture is search("arm") )
|
||||||
|
|||||||
Reference in New Issue
Block a user