ansible-dev/ansible/ansible-check.yml
Chris Hammer 82ef8d0710
All checks were successful
continuous-integration/drone/push Build is passing
update playbook to kick off build; moving to release
2023-12-08 16:11:57 -05:00

12 lines
253 B
YAML

---
- name: Ansible Installation Verification
hosts: all
become: false
gather_facts: false
tasks:
- name: Test Ansible Installation
ansible.builtin.debug:
msg: "Ansible is successfully installed on {{ inventory_hostname }}!"