Files
Apps-Community/apps/_downloaders.yml
LooseSeal2 208a79f187 fix
2019-07-19 13:42:57 -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}}'