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
that should probably be test.yml as the simpletest.yml file does not exist.
Also, I recommend explicitly calling env as putting the variables in front is a bashism.
But running test.yml yields:
env ANSIBLE_SSH_ARGS="-o UserKnownHostsFile=/dev/null" debops test.yml
Running Ansible playbook from:
test.yml ...
ERROR: debug is not a legal parameter in an Ansible task or handler
The text was updated successfully, but these errors were encountered:
currently, the documentation states
that should probably be test.yml as the simpletest.yml file does not exist.
Also, I recommend explicitly calling
env
as putting the variables in front is a bashism.But running test.yml yields:
The text was updated successfully, but these errors were encountered: