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 Feb 20, 2020. It is now read-only.
The playbook
roles/server/tasks/plugins.yml
contains directives that were introduced in ansible 1.9, so it does not run on older versions.I would like to use this repository with 1.8.4. To keep compatibility we can replace
become
bysudo
, andbecome_user
bysudo_user
.The text was updated successfully, but these errors were encountered: