Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webhost-gitusers-dokuwiki example documentation wrong #9

Open
muelli opened this issue Apr 27, 2015 · 1 comment
Open

webhost-gitusers-dokuwiki example documentation wrong #9

muelli opened this issue Apr 27, 2015 · 1 comment

Comments

@muelli
Copy link

muelli commented Apr 27, 2015

currently, the documentation states

    ANSIBLE_SSH_ARGS="-o UserKnownHostsFile=/dev/null" debops ./simpletest.yml

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

@muelli
Copy link
Author

muelli commented Apr 28, 2015

FWIW: Upgrading Ansible to something greater than 1.7.2 seems to have helped the debug problem.

Also, it would be good if the documentation states that you need to run "debops", i.e. without the test.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant