drone-test-1/ansible/ansible-check.yml
Chris Hammer fa0caaf516
Some checks failed
continuous-integration/drone/push Build is failing
lint fixes and cleanup
2023-11-19 01:12:11 -05:00

11 lines
217 B
YAML

---
- name: Ansible Install Test
hosts: all
become: false
gather_facts: false
tasks:
- name: Test Ansible Installation
ansible.builtin.debug:
msg: "Ansible has been successfully installed!"