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

pull/18/head
Jeff Geerling 2020-05-14 21:42:01 -05:00
parent 497f16acaf
commit 5e51cf0365
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@
- name: Rebooting on Raspbian
reboot:
when:
- boot_cmdline | changed
- boot_cmdline is changed
- ansible_facts.architecture is search("arm")