Commit 89ebb08d authored by nanahira's avatar nanahira

fix

parent f82e9b03
......@@ -7,18 +7,18 @@
with_items:
- global-vars
- vars-{{inventory_hostname_short}}
- name: ocserv certs
synchronize:
src: ../certs/{{ocservCert}}/
dest: '{{ansible_user_dir}}/nextgen-network/services/ocserv/certs/{{ocservCert}}'
delete: yes
copy_links: yes
verify_host: no
recursive: yes
checksum: yes
archive: no
when: ocservNeeded and not noBird
notify: restart_ocserv
- name: ocserv certs
synchronize:
src: ../certs/{{ocservCert}}/
dest: '{{ansible_user_dir}}/nextgen-network/services/ocserv/certs/{{ocservCert}}'
delete: yes
copy_links: yes
verify_host: no
recursive: yes
checksum: yes
archive: no
when: ocservNeeded and not noBird
notify: restart_ocserv
handlers:
- name: restart_ocserv
docker_compose:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment