Files
Apps-Community/apps/_downloaders.yml
LooseSeal2 e3c685e5b9 formatting
2019-07-17 01:00:02 -07:00

10 lines
334 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}}'