rohankanojia

Untitled

Jun 12th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. TASK [sf-zuul : Remove files] ***********************************************************************************************************************************************
  2. ok: [managesf.sftests.com] => (item=/etc/httpd/conf.d/zuul.conf)
  3. changed: [managesf.sftests.com] => (item=/etc/opt/rh/rh-python35/zuul)
  4. changed: [managesf.sftests.com] => (item=/var/opt/rh/rh-python35/lib/zuul)
  5.  
  6. TASK [sf-zuul : Remove packages] ********************************************************************************************************************************************
  7. An exception occurred during task execution. To see the full traceback, use -vvv. The error was: FileNotFoundError: [Errno 2] No such file or directory: '/opt/rh/rh-python35/root/usr/lib/python3.5/site-packages/zuul'
  8. fatal: [managesf.sftests.com]: FAILED! => {"msg": "Unexpected failure during module execution.", "stdout": ""}
  9. ERROR! [Errno 2] No such file or directory
  10. Traceback (most recent call last):
  11. File "/bin/sfconfig", line 10, in <module>
  12. sys.exit(main())
  13. File "/usr/lib/python2.7/site-packages/sfconfig/cmd.py", line 227, in main
  14. sfconfig.inventory.run(args)
  15. File "/usr/lib/python2.7/site-packages/sfconfig/inventory.py", line 404, in run
  16. sfconfig.utils.execute(run_cmd)
  17. File "/usr/lib/python2.7/site-packages/sfconfig/utils.py", line 58, in execute
  18. raise RuntimeError("Command failed: %s" % argv)
  19. RuntimeError: Command failed: ['scl', 'enable', 'rh-python35', '--', 'ansible-playbook', '/var/lib/software-factory/ansible/sfconfig_erase.yml']
Add Comment
Please, Sign In to add comment