Browse Source

Chown to right group

master
Chris Smith 9 years ago
parent
commit
3f55667606
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      local-roles/ds-tools/tasks/main.yml

+ 1
- 0
local-roles/ds-tools/tasks/main.yml View File

@@ -21,6 +21,7 @@
21 21
 
22 22
 - name: chown checked out files
23 23
   file: owner={{ ds_user }}
24
+        group={{ ds_user }}
24 25
         path={{ ds_dir }}
25 26
         recurse=true
26 27
   tags: [ds-tools]

Loading…
Cancel
Save