Fix incorrect mode.
This commit is contained in:
parent
2917b40509
commit
0cbbf678ad
1 changed files with 1 additions and 1 deletions
|
@ -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: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue