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
TASK: [repo - sync local files with repo] ************************************* | |
<127.0.0.1> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1391102989.92-54417022812654 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1391102989.92-54417022812654 && echo $HOME/.ansible/tmp/ansible-tmp-1391102989.92-54417022812654'] | |
<127.0.0.1> PUT /var/folders/zb/s_x416gj5fjgmyhjzhdl32dr0000gn/T/tmphuEBpz TO /Users/user/.ansible/tmp/ansible-tmp-1391102989.92-54417022812654/synchronize | |
<127.0.0.1> EXEC ['/bin/sh', '-c', '/usr/bin/python /Users/user/.ansible/tmp/ansible-tmp-1391102989.92-54417022812654/synchronize; rm -rf /Users/user/.ansible/tmp/ansible-tmp-1391102989.92-54417022812654/ >/dev/null 2>&1'] | |
failed: [ansible-prm] => {"cmd": "rsync --delay-updates --compress --timeout=10 --rsh 'ssh -o StrictHostKeyChecking=no -o Port=2222' --out-format='<<CHANGED>>%i %n%L' files/repo/ /srv/repo", "failed": true, "item": "", "rc": 12} | |
msg: rsync: push_dir#3 "/srv" failed: No such file or directory (2) | |
rsync error: error |
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
TASK: [repo - sync local files with repo] ************************************* | |
<127.0.0.1> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-1391102601.17-167011879999364 && chmod a+rx $HOME/.ansible/tmp/ansible-1391102601.17-167011879999364 && echo $HOME/.ansible/tmp/ansible-1391102601.17-167011879999364'] | |
<127.0.0.1> PUT /var/folders/zb/s_x416gj5fjgmyhjzhdl32dr0000gn/T/tmp6na_PB TO /Users/user/.ansible/tmp/ansible-1391102601.17-167011879999364/synchronize | |
<127.0.0.1> EXEC ['/bin/sh', '-c', '/usr/bin/python /Users/user/.ansible/tmp/ansible-1391102601.17-167011879999364/synchronize; rm -rf /Users/user/.ansible/tmp/ansible-1391102601.17-167011879999364/ >/dev/null 2>&1'] | |
failed: [ansible-prm] => {"cmd": "rsync --delay-updates --compress --timeout=10 --rsh 'ssh -o StrictHostKeyChecking=no' --out-format='<<CHANGED>>%i %n%L' files/repo/ /srv/repo", "failed": true, "item": "", "rc": 12} | |
msg: rsync: push_dir#3 "/srv" failed: No such file or directory (2) | |
rsync error: errors selecting input/output files, |
NewerOlder