Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. TASK [Checkout git repository] *************************************************
  2. task path: /home/mlavrik/projects/ansible-knp/ansible/playbook.yml:101
  3. <192.168.33.10> ESTABLISH SSH CONNECTION FOR USER: vagrant
  4. <192.168.33.10> SSH: EXEC sshpass -d14 ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o User=vagrant -o ConnectTimeout=10 -o ControlPath=/home/mlavrik/.ansible/cp/ansible-ssh-%h-%p-%r -tt 192.168.33.10 '( umask 22 && mkdir -p "$( echo $HOME/.ansible/tmp/ansible-tmp-1496685082.49-65395534213379 )" && echo "$( echo $HOME/.ansible/tmp/ansible-tmp-1496685082.49-65395534213379 )" )'
  5. <192.168.33.10> PUT /tmp/tmpcqCoPU TO /home/vagrant/.ansible/tmp/ansible-tmp-1496685082.49-65395534213379/git
  6. <192.168.33.10> SSH: EXEC sshpass -d14 sftp -b - -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o User=vagrant -o ConnectTimeout=10 -o ControlPath=/home/mlavrik/.ansible/cp/ansible-ssh-%h-%p-%r '[192.168.33.10]'
  7. <192.168.33.10> ESTABLISH SSH CONNECTION FOR USER: vagrant
  8. <192.168.33.10> SSH: EXEC sshpass -d14 ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o User=vagrant -o ConnectTimeout=10 -o ControlPath=/home/mlavrik/.ansible/cp/ansible-ssh-%h-%p-%r -tt 192.168.33.10 'LANG=ru_UA.UTF-8 LC_ALL=ru_UA.UTF-8 LC_MESSAGES=ru_UA.UTF-8 /usr/bin/python /home/vagrant/.ansible/tmp/ansible-tmp-1496685082.49-65395534213379/git; rm -rf "/home/vagrant/.ansible/tmp/ansible-tmp-1496685082.49-65395534213379/" > /dev/null 2>&1'
  9. fatal: [192.168.33.10]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_args": {"accept_hostkey": false, "bare": false, "clone": true, "depth": null, "dest": "/var/www/project", "executable": null, "force": true, "key_file": null, "recursive": true, "reference": null, "refspec": null, "remote": "origin", "repo": "https://github.com/knpuniversity/ansible.git", "ssh_opts": null, "track_submodules": false, "update": true, "verify_commit": false, "version": "HEAD"}, "module_name": "git"}, "msg": "Could not determine remote revision for HEAD"}
  10.  
  11. PLAY RECAP *********************************************************************
  12. 192.168.33.10 : ok=14 changed=0 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement