formatting

This commit is contained in:
LooseSeal2
2019-07-17 01:00:02 -07:00
parent 067ef0515b
commit e3c685e5b9
52 changed files with 567 additions and 428 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}}'