ansible-fran-grunden/free-test.yml

12 lines
157 B
YAML

- hosts: all
strategy: free
tasks:
- name: Run whoami
command:
cmd: whoami
- name: Run uptime
command:
cmd: uptime