Advertisement
Guest User

Untitled

a guest
May 15th, 2013
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. log-dirs:
  2. file:
  3. - names:
  4. - /home/{{ args['user'] }}/log
  5. - /home/{{ args['user'] }}/log/nginx
  6. - /home/{{ args['user'] }}/log/uwsgi
  7.  
  8.  
  9. ERROR: trying to crete /log last
  10. ----------
  11. State: - file
  12. Name: /home/cbu/log/nginx
  13. Function: directory
  14. Result: False
  15. Comment: No directory to create /home/cbu/log/nginx in
  16. Changes:
  17. ----------
  18. State: - file
  19. Name: /home/cbu/log/uwsgi
  20. Function: directory
  21. Result: False
  22. Comment: No directory to create /home/cbu/log/uwsgi in
  23. Changes:
  24. ----------
  25. State: - file
  26. Name: /home/cbu/log
  27. Function: directory
  28. Result: True
  29. Comment: Directory /home/cbu/log updated
  30. Changes: /home/cbu/log: New Dir
  31. mode: 770
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement