Skip to content

Instantly share code, notes, and snippets.

@lae
Created October 30, 2017 23:18
Show Gist options
  • Save lae/1423a121e90a82f7b412693f9c41893e to your computer and use it in GitHub Desktop.
Save lae/1423a121e90a82f7b412693f9c41893e to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/ansible/runner/__init__.py", line 589, in _executor
exec_rc = self._executor_internal(host, new_stdin)
File "/usr/local/lib/python2.7/site-packages/ansible/runner/__init__.py", line 793, in _executor_internal
return self._executor_internal_inner(host, self.module_name, self.module_args, inject, port, complex_args=complex_args)
File "/usr/local/lib/python2.7/site-packages/ansible/runner/__init__.py", line 972, in _executor_internal_inner
conn = self.connector.connect(actual_host, actual_port, actual_user, actual_pass, actual_transport, actual_private_key_file, delegate_host)
File "/usr/local/lib/python2.7/site-packages/ansible/runner/connection.py", line 35, in connect
conn = utils.plugins.connection_loader.get(transport, self.runner, host, port, user=user, password=password, private_key_file=private_key_file)
File "/usr/local/lib/python2.7/site-packages/ansible/utils/plugins.py", line 219, in get
return getattr(self._module_cache[path], self.class_name)(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/ansible/runner/connection_plugins/ssh.py", line 55, in __init__
fcntl.lockf(self.runner.process_lockfile, fcntl.LOCK_EX)
IOError: [Errno 35] Resource deadlock would occur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment