13 lines
172 B
YAML
13 lines
172 B
YAML
---
|
|
- hosts: all
|
|
become: no
|
|
gather_facts: no
|
|
|
|
|
|
tasks:
|
|
- name: Test Ansible Installation
|
|
debug:
|
|
msg:
|
|
- 'Ansible has been successfully installed!'
|
|
|