Fix incorrect mode.

This commit is contained in:
Ralph Bean 2015-01-12 21:24:41 +00:00
parent 2917b40509
commit 0cbbf678ad

View file

@ -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: >