forked from jakub/ansible
8 lines
156 B
YAML
8 lines
156 B
YAML
---
|
|
- name: "SSH ping through jump host"
|
|
hosts: nextcloud_host
|
|
gather_facts: false
|
|
become: false
|
|
tasks:
|
|
- name: ping
|
|
ansible.builtin.ping: |