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