Merge "[OVN][Migration] More robust checks on stop-agents"

This commit is contained in:
Zuul 2022-04-29 16:38:20 +00:00 committed by Gerrit Code Review
commit 42ce0ea42c
1 changed files with 4 additions and 0 deletions

View File

@ -5,11 +5,15 @@
state: stopped
enabled: no
become: yes
when:
- ansible_facts.services[item] is defined
- ansible_facts.services[item]["state"] == "running"
loop:
- "{{ service.healthcheck_timer_file }}"
- "{{ service.healthcheck_service_file }}"
- "{{ service.service_file }}"
# If file is already deleted this won't fail
- name: delete ml2 ovs systemd service files
file:
path: "{{ systemd_service_file_dir }}/{{ item }}"