You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As explained in #523,
ansible-lint
wants us to specifychanged_when
for all handlers and tasks that run an arbitrary command. For now, these are marked aschanged_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.The text was updated successfully, but these errors were encountered: