8 lines
223 B
YAML
8 lines
223 B
YAML
---
|
|
- name: A simple playbook to test that Ansible is configured
|
|
hosts: localhost
|
|
tasks:
|
|
- name: Run test playbook
|
|
ansible.builtin.debug:
|
|
msg: "If you're reading this, Ansible is configured on your system."
|