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
{{ message }}
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.
Since Ansible 2.6
always_run
is deprecated [1] and replaced bycheck_mode: no
.Got this error when running a playbook:
ansible ERROR! 'always_run' is not a valid attribute for a Task
The fix is very easy and I can provide a PR if needed.
[1] - https://docs.ansible.com/ansible/2.6/porting_guides/porting_guide_2.6.html
Cheers,
Alberto Bengoa
The text was updated successfully, but these errors were encountered: