task 순서 변경

This commit is contained in:
ByeonJungHun
2023-11-30 11:26:57 +09:00
parent b23876c206
commit 2a62963b9c
5 changed files with 32 additions and 11 deletions

View File

@@ -55,4 +55,16 @@
ansible.builtin.systemd:
name: dsk-plan-maria-agent
enabled: true
state: restarted
state: restarted
- name: Restart dsk-redis-agent service
ansible.builtin.systemd:
name: dsk-redis-agent
enabled: true
state: restarted
- name: Restart dsk-cloudwatch-agent service
ansible.builtin.systemd:
name: dsk-cloudwatch-agent
enabled: true
state: restarted