As explained in #523, ansible-lint wants us to specify changed_when for all handlers and tasks that run an arbitrary command. For now, these are marked as changed_when: true; however, eventually, we may want to see if there are more specific queries that we can do to actually check whether something changed.