task when 수정

This commit is contained in:
ByeonJungHun
2024-01-19 10:52:11 +09:00
parent e4a04dd780
commit ebe89583e1
3 changed files with 5 additions and 5 deletions

View File

@@ -87,7 +87,7 @@
- "{{ datasaker_agents }}"
ignore_errors: true
when:
- "item != 'dsk-maria-agent' and item != 'dsk-mysql-agent' and item != 'dsk-postgres-agent'"
- "item == 'dsk-maria-agent' or item == 'dsk-mysql-agent' or item == 'dsk-postgres-agent'"
- "'database' in group_names"
- name: "Check datasaker Agent"
@@ -126,5 +126,5 @@
- "{{ datasaker_agents }}"
ignore_errors: true
when:
- "item != 'dsk-maria-agent' and item != 'dsk-mysql-agent' and item != 'dsk-postgres-agent'"
- "item == 'dsk-maria-agent' or item == 'dsk-mysql-agent' or item == 'dsk-postgres-agent'"
- "'database' in group_names"