Add playbooks/ping.yml

This commit is contained in:
lorentz 2026-02-23 11:34:46 -05:00
parent d9742c6798
commit 38be4c59e1

6
playbooks/ping.yml Normal file
View file

@ -0,0 +1,6 @@
- hosts: all
gather_facts: no
become: yes
tasks:
- name: Test sudo access
command: whoami