Created
February 11, 2017 03:24
-
-
Save omgjlk/d807ee84edafc8231c149544347ab4ac to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| [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