fix 0001
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m35s

This commit is contained in:
2023-09-04 22:40:07 +01:00
parent 8f50df502e
commit bde783a35c
2 changed files with 6 additions and 0 deletions

View File

@@ -2,8 +2,13 @@
hosts: joplin
gather_facts: false
tasks:
- name: Debug
ansible.builtin.debug:
msg: "{{ inventory_hostname }}"
- name: Wait for connection
ansible.builtin.wait_for:
host: "{{ inventory_hostname }}"
port: 22
timeout: 300
- name: Test some stuff
ansible.builtin.shell: |