should be fixed now, pull and try again (i was missing path in import path for make path utility)
On Tue, Jun 2, 2015 at 9:25 PM, Michael Legleux <[email protected]> wrote: > Since my host_var and group_var s are not getting used since I updated > ansible to the latest git checkout last night, I decided to put the > variables directly in my inventory file. > Now it seems like they might be getting read, but now I get this error: > ImportError: cannot import name makedirs_safe > > This was just trying ansible win7 -m win_ping > > win7 | FAILED! => {'failed': True, 'exception': 'Traceback (most recent call > last):\n File "/home/ansible/ansible/lib/ansible/executor/proc > ess/worker.py", line 118, in run\n executor_result = TaskExecutor(host, > task, job_vars, new_connection_info, self._new_stdin, self._loade > r, shared_loader_obj).run()\n File > "/home/ansible/ansible/lib/ansible/executor/task_executor.py", line 107, in > run\n res = self._execute > ()\n File "/home/ansible/ansible/lib/ansible/executor/task_executor.py", > line 211, in _execute\n self._connection = self._get_connection > (variables)\n File > "/home/ansible/ansible/lib/ansible/executor/task_executor.py", line 395, in > _get_connection\n connection = connection > _loader.get(conn_type, self._connection_info, self._new_stdin)\n File > "/home/ansible/ansible/lib/ansible/plugins/__init__.py", line 271, in > get\n self._module_cache[path] = > imp.load_source(\'.\'.join([self.package, name]), path)\n File > "/home/ansible/ansible/lib/ansible/plug > ins/connections/winrm.py", line 47, in <module>\n from ansible.utils > import makedirs_safe\nImportError: cannot import name makedirs_safe\ > n', 'stdout': ''} > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/61331699-e9e7-4729-9515-2f5c01ac9340%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAJ5XC8nG2eQk8FKPr7rhnjrxK4x6EKJE205Tbe%3DShy7ovXUz3A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
