mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 00:51:39 +08:00
Fix incorrect mode.
This commit is contained in:
@@ -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: >
|
||||
|
||||
Reference in New Issue
Block a user