Commit 89ebb08d authored by nanahira's avatar nanahira

fix

parent f82e9b03
...@@ -7,18 +7,18 @@ ...@@ -7,18 +7,18 @@
with_items: with_items:
- global-vars - global-vars
- vars-{{inventory_hostname_short}} - vars-{{inventory_hostname_short}}
- name: ocserv certs - name: ocserv certs
synchronize: synchronize:
src: ../certs/{{ocservCert}}/ src: ../certs/{{ocservCert}}/
dest: '{{ansible_user_dir}}/nextgen-network/services/ocserv/certs/{{ocservCert}}' dest: '{{ansible_user_dir}}/nextgen-network/services/ocserv/certs/{{ocservCert}}'
delete: yes delete: yes
copy_links: yes copy_links: yes
verify_host: no verify_host: no
recursive: yes recursive: yes
checksum: yes checksum: yes
archive: no archive: no
when: ocservNeeded and not noBird when: ocservNeeded and not noBird
notify: restart_ocserv notify: restart_ocserv
handlers: handlers:
- name: restart_ocserv - name: restart_ocserv
docker_compose: 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