„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 - name: ping module
become: yes hosts: all
become: false
tasks: tasks:
- ping - name: test connection
ansible.builtin.ping: