Fixes #1729: Use 'is changed' instead of non-existent changed filter.

pull/1/head
Jeff Geerling 2020-05-01 22:42:42 -05:00
parent 62a50429ca
commit 33686cadae
1 changed files with 1 additions and 1 deletions

View File

@ -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") )