Skip to content

Instantly share code, notes, and snippets.

@omgjlk
Created February 11, 2017 03:24
Show Gist options
  • Select an option

  • Save omgjlk/d807ee84edafc8231c149544347ab4ac to your computer and use it in GitHub Desktop.

Select an option

Save omgjlk/d807ee84edafc8231c149544347ab4ac to your computer and use it in GitHub Desktop.
[centos@jlktemp ~]$ /usr/bin/python /home/centos/.ansible/tmp/ansible-tmp-1486783286.97-242852161845364/systemd.py
Traceback (most recent call last):
File "/tmp/ansible_8BEuPN/ansible_module_systemd.py", line 386, in <module>
main()
File "/tmp/ansible_8BEuPN/ansible_module_systemd.py", line 249, in main
systemctl = module.get_bin_path('systemctl')
File "/tmp/ansible_8BEuPN/ansible_module_systemd.py", line 249, in main
systemctl = module.get_bin_path('systemctl')
File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch
return self.dispatch_line(frame)
File "/usr/lib64/python2.7/bdb.py", line 68, in dispatch_line
if self.quitting: raise BdbQuit
bdb.BdbQuit
> /tmp/ansible_8BEuPN/ansible_module_systemd.py(249)main()
-> systemctl = module.get_bin_path('systemctl')
(Pdb)
[centos@jlktemp ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment