Upload Ansible Files
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Check if a service is installed
|
||||
hosts: AD01
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Wait 300 seconds, but only start checking after 60 seconds
|
||||
ansible.builtin.wait_for_connection:
|
||||
delay: 10
|
||||
timeout: 300
|
||||
register: service_info
|
||||
|
||||
- name: Debug
|
||||
ansible.builtin.debug:
|
||||
var: service_info
|
||||
Reference in New Issue
Block a user