summaryrefslogtreecommitdiffstats
path: root/roles/httpd/proxy/tasks
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2016-04-12 14:16:56 +0000
committerPatrick Uiterwijk <puiterwijk@redhat.com>2016-04-12 14:16:56 +0000
commit98a1619e0136b4a9e3d9835d11ecf5ba38f0648c (patch)
treec2414ba6d0b0743efb823d3b9f79c9850a8bfe1b /roles/httpd/proxy/tasks
parent46f735aa01515e3eef26ad7e710bf41e04a78cdb (diff)
downloadansible-98a1619e0136b4a9e3d9835d11ecf5ba38f0648c.tar.gz
ansible-98a1619e0136b4a9e3d9835d11ecf5ba38f0648c.tar.xz
ansible-98a1619e0136b4a9e3d9835d11ecf5ba38f0648c.zip
Let's use the existing pki path
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/httpd/proxy/tasks')
-rw-r--r--roles/httpd/proxy/tasks/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/httpd/proxy/tasks/main.yml b/roles/httpd/proxy/tasks/main.yml
index bf6c5aefa..b3c84d6ef 100644
--- a/roles/httpd/proxy/tasks/main.yml
+++ b/roles/httpd/proxy/tasks/main.yml
@@ -56,3 +56,10 @@
- httpd
- httpd/proxy
- selinux
+
+- name: Create pki/httpd
+ file: path=/etc/pki/httpd state=directory
+ owner=root group=root mode=0600
+ tags:
+ - httpd
+ - httpd/proxy