drop duplicate handlers in mesh role and drop unused registered variable

This commit is contained in:
Lee Goolsbee
2024-04-01 16:01:18 -05:00
parent 45c3411ca6
commit 7a184bf5f0
2 changed files with 0 additions and 19 deletions

View File

@@ -1,24 +1,6 @@
---
# Handlers are executed in the order they are defined in the handlers section, not in the order listed in the notify statement.
- name: Restart Product
ansible.builtin.service:
name: "{{ atl_systemd_service_name }}"
state: restarted
when:
- atl_startup_restart
- molecule_yml is not defined
no_log: true
- name: Enable Product
ansible.builtin.service:
name: "{{ atl_systemd_service_name }}"
enabled: true
when:
- atl_startup_enable
- molecule_yml is not defined
no_log: true
- name: Register Mesh Node
ansible.builtin.uri:
url: '{{ atl_proxy_name }}/rest/api/latest/admin/git/mesh/nodes'

View File

@@ -14,7 +14,6 @@
timeout: 300
delegate_to: localhost
become: false
register: mesh_service_waiter
- name: Trigger the handler to update this existing mesh node
ansible.builtin.assert: