lint fixes and cleanup
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-19 01:12:11 -05:00
parent 2672ce0653
commit fa0caaf516
3 changed files with 7 additions and 48 deletions

View File

@ -1,12 +1,10 @@
---
- hosts: all
become: no
gather_facts: no
- name: Ansible Install Test
hosts: all
become: false
gather_facts: false
tasks:
- name: Test Ansible Installation
debug:
msg:
- 'Ansible has been successfully installed!'
- name: Test Ansible Installation
ansible.builtin.debug:
msg: "Ansible has been successfully installed!"