Also make sure the directory exists first.
This commit is contained in:
parent
514d2b75ef
commit
0a6e2a4b39
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@
|
|||
|
||||
tasks:
|
||||
|
||||
- name: make sure the directory for the link is there.
|
||||
file: path=/etc/origin/master state=directory mode=0755
|
||||
|
||||
- name: setup link to known ca list for id.fedoraproject.org
|
||||
file: state=link src=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem dest=/etc/origin/master/fedoraidp_openid_ca.crt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue