Also make sure the directory exists first.

This commit is contained in:
Kevin Fenzi 2018-09-27 23:29:26 +00:00
parent 514d2b75ef
commit 0a6e2a4b39

View file

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