„ping.yml“ ändern

This commit is contained in:
Ralf-Peter Wolff 2023-06-14 19:11:43 +02:00
parent 8febb32876
commit b08f2f83c2

View File

@ -1,5 +1,7 @@
---
- hosts: all
become: yes
- name: ping module
hosts: all
become: false
tasks:
- ping
- name: test connection
ansible.builtin.ping: