1
0
Files
ansible-semaphore/playbook/whoami.yml
2025-09-15 16:50:41 +02:00

6 lines
79 B
YAML

---
- hosts: all
tasks:
- name: who am I
ansible.builtin.shell: whoami