Guest User

Untitled

a guest
Jan 31st, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.19 KB | None | 0 0
  1. TASK: [clone trash-hg] *********************
  2. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg
  3. changed: [192.168.1.187] => {"after": "2c646c3e2867 default tip", "before": "", "changed": true, "cleaned": false}
  4.  
  5. TASK: [clone trash-hg again should yield no change] *********************
  6. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg
  7. ok: [192.168.1.187] => {"after": "2c646c3e2867 default tip", "before": "2c646c3e2867 default tip", "changed": false, "cleaned": false}
  8.  
  9. TASK: [specify rev=default should yield no change] *********************
  10. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=default
  11. ok: [192.168.1.187] => {"after": "2c646c3e2867 default tip", "before": "2c646c3e2867 default tip", "changed": false, "cleaned": false}
  12.  
  13. TASK: [specify rev=2c646c3 (which is latest) should yield no change] *********************
  14. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=2c646c3
  15. ok: [192.168.1.187] => {"after": "2c646c3e2867 default tip", "before": "2c646c3e2867 default tip", "changed": false, "cleaned": false}
  16.  
  17. TASK: [specify rev=stable (the branch) should yield changed!] *********************
  18. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=stable
  19. changed: [192.168.1.187] => {"after": "c032a3552a56 stable tip", "before": "2c646c3e2867 default tip", "changed": true, "cleaned": false}
  20.  
  21. TASK: [specify rev=default should yield changed!] *********************
  22. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=default
  23. changed: [192.168.1.187] => {"after": "2c646c3e2867 default", "before": "c032a3552a56 stable tip", "changed": true, "cleaned": false}
  24.  
  25. TASK: [specify rev=a3705ee (first commit) should yield changed!] *********************
  26. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=a3705ee
  27. changed: [192.168.1.187] => {"after": "a3705ee6886d default", "before": "2c646c3e2867 default", "changed": true, "cleaned": false}
  28.  
  29. TASK: [specify rev=56b0915 (the 2nd from most current) should yield changed!] *********************
  30. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=56b0915
  31. changed: [192.168.1.187] => {"after": "56b0915c6b33 default", "before": "a3705ee6886d default", "changed": true, "cleaned": false}
  32.  
  33. TASK: [specify rev=stable (the stable branch) should yield changed!] *********************
  34. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=stable
  35. changed: [192.168.1.187] => {"after": "c032a3552a56 stable tip", "before": "56b0915c6b33 default", "changed": true, "cleaned": false}
  36.  
  37. TASK: [replace .hgignore] *********************
  38. changed: [192.168.1.187] => {"changed": true, "dest": "/home/vagrant/trash-hg/.hgignore", "group": "vagrant", "md5sum": "a83036fb583407582becaca5a19a1169", "mode": "0664", "owner": "vagrant", "src": "/home/vagrant/.ansible/tmp/ansible-1359617366.41-65047780388756/source", "state": "file"}
  39.  
  40. TASK: [specify rev=stable (already on stable) and specify force=no should yield no changed and no cleaned!] *********************
  41. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=stable force=no
  42. ok: [192.168.1.187] => {"after": "c032a3552a56+ stable tip", "before": "c032a3552a56+ stable tip", "changed": false, "cleaned": false}
  43.  
  44. TASK: [specify rev=stable (already on stable) and specify force=yes should yield changed and cleaned!!] *********************
  45. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=stable force=yes
  46. changed: [192.168.1.187] => {"after": "c032a3552a56 stable tip", "before": "c032a3552a56+ stable tip", "changed": true, "cleaned": true}
  47.  
  48. TASK: [replace .hgignore (2)] *********************
  49. changed: [192.168.1.187] => {"changed": true, "dest": "/home/vagrant/trash-hg/.hgignore", "group": "vagrant", "md5sum": "a83036fb583407582becaca5a19a1169", "mode": "0664", "owner": "vagrant", "src": "/home/vagrant/.ansible/tmp/ansible-1359617372.5-81638982397545/source", "state": "file"}
  50.  
  51. TASK: [specify rev=stable (already on stable) should yield changed and cleaned!! (2)] *********************
  52. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=stable
  53. changed: [192.168.1.187] => {"after": "c032a3552a56 stable tip", "before": "c032a3552a56+ stable tip", "changed": true, "cleaned": true}
  54.  
  55. TASK: [replace .hgignore (3)] *********************
  56. changed: [192.168.1.187] => {"changed": true, "dest": "/home/vagrant/trash-hg/.hgignore", "group": "vagrant", "md5sum": "a83036fb583407582becaca5a19a1169", "mode": "0664", "owner": "vagrant", "src": "/home/vagrant/.ansible/tmp/ansible-1359617376.19-174869524742372/source", "state": "file"}
  57.  
  58. TASK: [specify rev=stable (already on stable) and specify purge=yes should yield changed and cleaned!! (3)] *********************
  59. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=stable purge=yes
  60. changed: [192.168.1.187] => {"after": "c032a3552a56 stable tip", "before": "c032a3552a56+ stable tip", "changed": true, "cleaned": true}
  61.  
  62. TASK: [create a new untracked file called new.txt] *********************
  63. changed: [192.168.1.187] => {"changed": true, "dest": "/home/vagrant/trash-hg/new.txt", "group": "vagrant", "md5sum": "a83036fb583407582becaca5a19a1169", "mode": "0664", "owner": "vagrant", "src": "/home/vagrant/.ansible/tmp/ansible-1359617380.07-67401704007230/source", "state": "file"}
  64.  
  65. TASK: [specify rev=stable (already on stable) and specify force=no should yield no changed and no cleaned!] *********************
  66. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=stable force=no
  67. ok: [192.168.1.187] => {"after": "c032a3552a56 stable tip", "before": "c032a3552a56 stable tip", "changed": false, "cleaned": false}
  68.  
  69. TASK: [specify rev=stable (already on stable) and specify force=no, purge=no should yield no changed and no cleaned!] *********************
  70. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=stable force=no purge=no
  71. ok: [192.168.1.187] => {"after": "c032a3552a56 stable tip", "before": "c032a3552a56 stable tip", "changed": false, "cleaned": false}
  72.  
  73. TASK: [specify rev=stable (already on stable) and specify force=no, purge=YES should yield yield changed and cleaned!] *********************
  74. <192.168.1.187> REMOTE_MODULE hg repo=https://bitbucket.org/yeukhon/trash-hg dest=/home/vagrant/trash-hg revision=stable force=no purge=yes
  75. changed: [192.168.1.187] => {"after": "c032a3552a56 stable tip", "before": "c032a3552a56 stable tip", "changed": true, "cleaned": true}
  76.  
  77. PLAY RECAP *********************
  78. 192.168.1.187 : ok=21 changed=14 unreachable=0 failed=0
Advertisement
Add Comment
Please, Sign In to add comment