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
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: