forked from ISTI-ansible-roles/ansible-roles
../library/roles/egi/voms/tasks/main.yml fix directory creation
This commit is contained in:
parent
aa8e209d95
commit
f6f1905e2b
|
@ -35,7 +35,7 @@
|
|||
with_items: '{{ voms_trusted_anchors_data }}'
|
||||
|
||||
- name: Define the VOMS trusted anchors
|
||||
template: src=gridsecurity-content.j2 dest={{ voms_trustanchors_base_directory }}/{{ item.name }}
|
||||
template: src=gridsecurity-content.j2 dest={{ voms_trustanchors_base_directory }}/{{ item.name }}/{{ d4science_voms_provider }}
|
||||
with_items: '{{ voms_trusted_anchors_data }}'
|
||||
|
||||
- name: Define the VOMS definitions
|
||||
|
|
Loading…
Reference in New Issue