Update main.yml

This commit is contained in:
2024-01-29 11:31:43 +08:00
parent 3bb1fb28bb
commit 8e3eda64e2

View File

@@ -1,5 +1,6 @@
---
- name: main task
hosts: staging
hosts: "{{ inputHostsGroups }}"
gather_facts: false
roles:
- role: hello_world