This commit is contained in:
@ -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!"
|
||||
|
Reference in New Issue
Block a user