Commit 2021d775 authored by nanahira's avatar nanahira

fix

parent a95ea2fa
......@@ -23,12 +23,6 @@
remove_orphans: true
# pull: true
when: not noBird
- name: restart_openconnect
docker_compose:
project_src: '{{ansible_user_dir}}/nextgen-network/services'
restarted: true
services: '{{ocRestarts}}'
when: ocRestarts
handlers:
- name: restart_ocserv
docker_compose:
......@@ -37,3 +31,9 @@
services:
- ocserv
when: not noBird
- name: restart_openconnect
docker_compose:
project_src: '{{ansible_user_dir}}/nextgen-network/services'
restarted: true
services: '{{ocRestarts}}'
when: ocRestarts
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