6 lines
No EOL
105 B
YAML
6 lines
No EOL
105 B
YAML
- hosts: all
|
|
gather_facts: no
|
|
become: yes
|
|
tasks:
|
|
- name: Test sudo access
|
|
command: whoami |