Changeset - e25e0902d95c
[Not reviewed]
0 1 0
Branko Majic (branko) - 8 years ago 2016-01-20 13:08:36
branko@majic.rs
MAR-48: Fixed creation of directories (forgot to use the item variable).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/web_server/tasks/main.yml
Show inline comments
 
@@ -65,7 +65,7 @@
 
    - virtualenvwrapper
 

	
 
- name: Create directories for storing per-site socket files
 
  file: path="/run/wsgi/" state="directory"
 
  file: path="{{ item }}" state="directory"
 
        owner="root" group="www-data" mode="750"
 
  with_items:
 
    - "/run/wsgi/"
0 comments (0 inline, 0 general)