diff --git a/egi/voms/tasks/main.yml b/egi/voms/tasks/main.yml index 2f8b3eee..71a5b2dc 100644 --- a/egi/voms/tasks/main.yml +++ b/egi/voms/tasks/main.yml @@ -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