Commit 27215a5e authored by Jeff Geerling's avatar Jeff Geerling

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

parent 690a4ca7
...@@ -19,6 +19,6 @@ ...@@ -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") )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment