Merge pull request #18 from geerlingguy/17-fix-changed-check

Fixes #17: Fix is changed check so reboot task doesn't fail.
This commit is contained in:
Julien DOCHE
2020-05-18 10:31:30 +02:00
committed by GitHub

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