Revert "Merge branch 'ver1.0' into 'main'"
This reverts merge request !2
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
---
|
||||
# - include_tasks: rsync.yml
|
||||
# 더이상 사용하지 않는 task, 기존 synchronize 모듈을 copy 모듈로 변경
|
||||
|
||||
- include_tasks: host-agent.yml
|
||||
when:
|
||||
- agent_list | select('search', 'host-agent') | list | count > 0
|
||||
- "'host_agent' in group_names"
|
||||
|
||||
- include_tasks: container-agent.yml
|
||||
when:
|
||||
- agent_list | select('search', 'container-agent') | list | count > 0
|
||||
- "'container_agent' in group_names"
|
||||
|
||||
- include_tasks: ndm-agent.yml
|
||||
when:
|
||||
- agent_list | select('search', 'ndm-agent') | list | count > 0
|
||||
- "'ndm_agent' in group_names"
|
||||
Reference in New Issue
Block a user