v3 #1

Open
thienvv wants to merge 69 commits from v3 into main
2 changed files with 13 additions and 0 deletions
Showing only changes of commit ae3d8934e6 - Show all commits
+5
View File
@@ -1,3 +1,8 @@
- name: verify_host.yml
import_role:
name: utils
tasks_from: verify_host.yml
- name: get_site_current_active_path.yml
import_role:
name: iis_utils
+8
View File
@@ -0,0 +1,8 @@
- name: Verify hosts matched
hosts: all
gather_facts: no
tasks:
- name: Fail if no hosts are available
ansible.builtin.fail:
msg: "Không có hosts nào khớp!"
when: ansible_play_hosts | length == 0