add docker build to test; this should be fun
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
12
ansible/ansible-check.yml
Normal file
12
ansible/ansible-check.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- hosts: all
|
||||
become: no
|
||||
gather_facts: no
|
||||
|
||||
|
||||
tasks:
|
||||
- name: Test Ansible Installation
|
||||
debug:
|
||||
msg:
|
||||
- 'Ansible has been successfully installed!'
|
||||
|
Reference in New Issue
Block a user