Files
Apps-Community/apps/_downloaders.yml
Robert Baker d81bb9a927 fix
2019-02-18 03:18:27 -07:00

10 lines
330 B
YAML

- name: Creating download paths
file: 'path={{item}} state=directory mode=0775 owner=1000 group=1000'
with_items:
- '{{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}}'