6 lines
79 B
YAML
6 lines
79 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: who am I
|
|
ansible.builtin.shell: whoami
|