try to clean out old ccd files with delete
This commit is contained in:
parent
d74f9d82bd
commit
046f0a3126
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,10 @@
|
|||
- openvpn
|
||||
|
||||
- name: Install the ccd files
|
||||
synchronize: src=ccd/ dest=/etc/openvpn/server/ccd/
|
||||
synchronize:
|
||||
src: ccd/
|
||||
dest: /etc/openvpn/server/ccd/
|
||||
delete: yes
|
||||
tags:
|
||||
- openvpn
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue