Advertisement
lbrigman124

task and destination permissions

May 25th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Failing task(from Ubuntu host only)
  2. - name: copy project files
  3. synchronize:
  4. src: "{{item}}"
  5. dest: /root
  6. with_items:
  7. - ../../persistent-volume
  8. - ../../project
  9. tags: project_files
  10.  
  11. Target directory permissions:
  12. drwx------. 3 root root 16 Sep 15 2017 .ansible
  13. drwxr-xr-x. 2 root root 60 Sep 18 2017 .ansible_async
  14. [root@localhost ~]# ls -lR ~/.ansible
  15. /root/.ansible:
  16. total 0
  17. drwx------. 4 root root 102 May 25 09:55 tmp
  18.  
  19. /root/.ansible/tmp:
  20. total 0
  21. drwx------. 2 root root 19 Sep 15 2017 ansible-tmp-1505507921.77-227627801045524
  22. drwx------. 2 root root 46 Sep 18 2017 ansible-tmp-1505750051.16-178530689114031
  23.  
  24. /root/.ansible/tmp/ansible-tmp-1505507921.77-227627801045524:
  25. total 88
  26. -rwx------. 1 root root 88482 Sep 15 2017 yum.py
  27.  
  28. /root/.ansible/tmp/ansible-tmp-1505750051.16-178530689114031:
  29. total 72
  30. -rwx------. 1 root root 10799 Sep 18 2017 async_wrapper.py
  31. -rwx------. 1 root root 58356 Sep 18 2017 command.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement