Commit 2021d775 authored by nanahira's avatar nanahira

fix

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