This commit is contained in:
LooseSeal2
2019-07-19 13:42:57 -07:00
parent c66f552ec2
commit 208a79f187
73 changed files with 8 additions and 75 deletions

View File

@@ -1,9 +1,9 @@
- name: Creating download paths
file: 'path={{item}} state=directory mode=0775 owner=1000 group=1000'
with_items:
- '{{path.stdout}}/downloads/{{pgrole}}'
- '{{path.stdout}}/downloads/{{pgrole}}'
- name: Creating incomplete paths
file: 'path={{item}} state=directory mode=0775 owner=1000 group=1000'
with_items:
- '{{path.stdout}}/incomplete/{{pgrole}}'
- '{{path.stdout}}/incomplete/{{pgrole}}'