wulf-ansible/playbooks/ping.yml

6 lines
105 B
YAML
Raw Normal View History

2026-02-23 11:34:46 -05:00
- hosts: all
gather_facts: no
become: yes
tasks:
- name: Test sudo access
command: whoami