From f6f1905e2bef38a553442b20e8c0e498e132e984 Mon Sep 17 00:00:00 2001 From: Roberto Date: Tue, 26 Sep 2017 18:08:10 +0200 Subject: [PATCH] ../library/roles/egi/voms/tasks/main.yml fix directory creation --- egi/voms/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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