diff --git a/playbooks/ping.yml b/playbooks/ping.yml new file mode 100644 index 0000000..13c6a53 --- /dev/null +++ b/playbooks/ping.yml @@ -0,0 +1,6 @@ +- hosts: all + gather_facts: no + become: yes + tasks: + - name: Test sudo access + command: whoami \ No newline at end of file