Created
May 2, 2012 20:37
-
-
Save leucos/2580268 to your computer and use it in GitHub Desktop.
ansiblehacking/test-module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ../hacking/test-module ./service name=httpd state=started | |
| Traceback (most recent call last): | |
| File "../hacking/test-module", line 53, in <module> | |
| argsfile = open(argspath, 'w') | |
| IOError: [Errno 13] Permission denied: '/.ansible_test_module_arguments' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment