Created
October 10, 2012 06:39
-
-
Save arunthampi/3863532 to your computer and use it in GitHub Desktop.
This file contains 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
fatal: [192.168.254.254] => Traceback (most recent call last): | |
File | |
"/usr/local/lib/python2.7/dist-packages/ansible/runner/__init__.py", | |
line 427, in _executor | |
exec_rc = self._executor_internal(host) | |
File | |
"/usr/local/lib/python2.7/dist-packages/ansible/runner/__init__.py", | |
line 478, in _executor_internal | |
return self._executor_internal_inner(host, inject, port) | |
File | |
"/usr/local/lib/python2.7/dist-packages/ansible/runner/__init__.py", | |
line 595, in _executor_internal_inner | |
self._delete_remote_files(conn, tmp) | |
File | |
"/usr/local/lib/python2.7/dist-packages/ansible/runner/__init__.py", | |
line 152, in _delete_remote_files | |
raise Exception("not going to happen") | |
Exception: not going to happen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment