7 lines
112 B
YAML
7 lines
112 B
YAML
|
---
|
||
|
- name: Pinge localhost
|
||
|
hosts: localhost
|
||
|
tasks:
|
||
|
- name: Führe Ping aus
|
||
|
ansible.builtin.ping:
|