From 0cbbf678ad7dc5bedbc8ca63d45b0ab3ed99021b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 12 Jan 2015 21:24:41 +0000 Subject: [PATCH] Fix incorrect mode. --- roles/anitya/frontend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/anitya/frontend/tasks/main.yml b/roles/anitya/frontend/tasks/main.yml index 9ffa60f245..f7da268895 100644 --- a/roles/anitya/frontend/tasks/main.yml +++ b/roles/anitya/frontend/tasks/main.yml @@ -37,7 +37,7 @@ - name: create the folder where we store the ssl cert if not already there action: file state=directory path=/etc/pki/tls/certs/ - owner=root group=root mode=0644 + owner=root group=root mode=0755 - name: Install the SSL cert so that we can use https copy: >