wulf-ansible/playbooks/ping.yml
2026-02-23 11:34:46 -05:00

6 lines
No EOL
105 B
YAML

- hosts: all
gather_facts: no
become: yes
tasks:
- name: Test sudo access
command: whoami