This commit is contained in:
Cory Hawkless 2020-08-25 19:57:13 +09:30
parent 4cdca4ded8
commit 85ce1c62c9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#Step2 - If certificate does not exist, copy down the batch file #Step2 - If certificate does not exist, copy down the batch file
- name: "Copy certificate request script to /tmp ready for execution" - name: "Copy certificate request script to /tmp ready for execution"
copy: src="requestCertificate.sh" dest=/tmp/reqCrt.sh mode=0700 template: src="requestCertificate.sh.j2" dest=/tmp/reqCrt.sh mode=0700
when: stat_result.stat is defined and not stat_result.stat.exists when: stat_result.stat is defined and not stat_result.stat.exists
tags: certificate tags: certificate