This commit is contained in:
Robert Baker
2019-02-18 03:18:27 -07:00
parent d0c0577073
commit d81bb9a927
3 changed files with 0 additions and 44 deletions

View File

@@ -7,11 +7,3 @@
file: 'path={{item}} state=directory mode=0775 owner=1000 group=1000'
with_items:
- '{{path.stdout}}/incomplete/{{pgrole}}'
when: incomplete.stdout | length == 0
- name: Creating incomplete paths
file: 'path={{item}} state=directory mode=0775 owner=1000 group=1000'
with_items:
- '{{incomplete.stdout}}/{{pgrole}}'
when: incomplete.stdout | length > 0
ignore_errors: yes