Commit 5e51cf03 authored by Jeff Geerling's avatar Jeff Geerling
Browse files

Fixes #17: Fix is changed check so reboot task doesn't fail.

parent 497f16ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,5 +19,5 @@
- name: Rebooting on Raspbian
  reboot:
  when:
    - boot_cmdline | changed
    - boot_cmdline is changed
    - ansible_facts.architecture is search("arm")