# Small enough to understand.
- name: Say hello
  hosts: localhost
  connection: local
  gather_facts: false

  tasks:
    - name: A first step
      debug:
        msg: "Hello, Rustible."
