mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-07 21:21:58 +00:00
10 lines
334 B
YAML
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}}'
|