initial drone build test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-12-16 01:19:54 -05:00
parent 4125d011d2
commit aebaa0d348
7 changed files with 85 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- name: Hello World.
ansible.builtin.debug:
msg: Hello world.
...