---
- name: Hello World
gather_facts: false
hosts: all
tasks:
- name: Say hello
debug:
msg: "Hello World"
- name: Hostname
ansible.builtin.shell: hostname
Powered by TurnKey Linux.