11 lines
161 B
YAML

- name: Simple Test
hosts: localhost
gather_facts: false
become: false
tasks:
- name: Say hello, Bob
ansible.builtin.debug:
msg: Hi.