add task to create certs base folder
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
58ac61ce44
commit
818ce265a3
@ -20,6 +20,11 @@
|
|||||||
mode: 0600
|
mode: 0600
|
||||||
notify: __openvpn_restart
|
notify: __openvpn_restart
|
||||||
|
|
||||||
|
- name: Create certs folder
|
||||||
|
file:
|
||||||
|
path: /etc/openvpn/certs
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Copy cert files (if defined)
|
- name: Copy cert files (if defined)
|
||||||
copy:
|
copy:
|
||||||
src: "{{ item.src }}"
|
src: "{{ item.src }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user