Files
RHCE/test.yml
2026-01-25 08:31:56 -07:00

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."