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

@@ -20,7 +20,7 @@
- "{{ datasaker_agents }}"
when:
- datasaker_agents
- "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"
ignore_errors: true