Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. TASK [yum] *************************************************************************************************************
  2. task path: /main.yml:8
  3. <localhost> ESTABLISH LOCAL CONNECTION FOR USER: root
  4. <localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5. <localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1568658707.87-174216904758686 `" && echo ansible-tmp-1568658707.87-174216904758686="` echo /root/.ansible/tmp/ansible-tmp-1568658707.87-174216904758686 `" ) && sleep 0'
  6. Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/system/setup.py
  7. <localhost> PUT /root/.ansible/tmp/ansible-local-1282c8mzrx/tmp29Vxig TO /root/.ansible/tmp/ansible-tmp-1568658707.87-174216904758686/AnsiballZ_setup.py
  8. <localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1568658707.87-174216904758686/ /root/.ansible/tmp/ansible-tmp-1568658707.87-174216904758686/AnsiballZ_setup.py && sleep 0'
  9. <localhost> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1568658707.87-174216904758686/AnsiballZ_setup.py && sleep 0'
  10. Running apt as the backend for the yum action plugin
  11. Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/packaging/os/apt.py
  12. <localhost> PUT /root/.ansible/tmp/ansible-local-1282c8mzrx/tmpejK0TV TO /root/.ansible/tmp/ansible-tmp-1568658707.87-174216904758686/AnsiballZ_apt.py
  13. <localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1568658707.87-174216904758686/ /root/.ansible/tmp/ansible-tmp-1568658707.87-174216904758686/AnsiballZ_apt.py && sleep 0'
  14. <localhost> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1568658707.87-174216904758686/AnsiballZ_apt.py && sleep 0'
  15. <localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1568658707.87-174216904758686/ > /dev/null 2>&1 && sleep 0'
  16. ok: [localhost] => {
  17. "ansible_facts": {
  18. "pkg_mgr": "apt"
  19. },
  20. "cache_update_time": 1568658285,
  21. "cache_updated": false,
  22. "changed": false,
  23. "invocation": {
  24. "module_args": {
  25. "allow_unauthenticated": false,
  26. "autoclean": false,
  27. "autoremove": false,
  28. "cache_valid_time": 0,
  29. "deb": null,
  30. "default_release": null,
  31. "dpkg_options": "force-confdef,force-confold",
  32. "force": false,
  33. "force_apt_get": false,
  34. "install_recommends": null,
  35. "name": "stress",
  36. "only_upgrade": false,
  37. "package": [
  38. "stress"
  39. ],
  40. "policy_rc_d": null,
  41. "purge": false,
  42. "state": "present",
  43. "update_cache": null,
  44. "upgrade": null
  45. }
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement