drone-test-1/ansible/ansible-check.yml
Chris Hammer 2672ce0653
Some checks failed
continuous-integration/drone/push Build is failing
add docker build to test; this should be fun
2023-11-19 01:09:07 -05:00

13 lines
172 B
YAML

---
- hosts: all
become: no
gather_facts: no
tasks:
- name: Test Ansible Installation
debug:
msg:
- 'Ansible has been successfully installed!'