Skip to content

Instantly share code, notes, and snippets.

@pas256
Created May 7, 2013 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pas256/5536216 to your computer and use it in GitHub Desktop.
Save pas256/5536216 to your computer and use it in GitHub Desktop.
I dunno
Traceback (most recent call last):
File "/Users/pas/ansible/lib/ansible/runner/__init__.py", line 65, in _executor_hook
result_queue.put(multiprocessing_runner._executor(host))
File "/Users/pas/ansible/lib/ansible/runner/__init__.py", line 281, in _executor
self.callbacks.on_unreachable(host, msg)
File "/Users/pas/ansible/lib/ansible/callbacks.py", line 312, in on_unreachable
msg = "fatal: [%s] => %s" % (host, results)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xbf in position 205: ordinal not in range(128)
@pas256
Copy link
Author

pas256 commented May 7, 2013

The task is:

- name: Creating scout logging directory
  action: file dest=/var/log/mydir state=directory owner=root group=root mode=0775

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment