Ansible Ad-Hoc Commands
Ansible
Another Test 1
This is a error notification
---
- name: Test Play
hosts: localhost
tasks:
- name: Sample Task
ansible.builtin.debug:
msg: This is a sample tasks
...
Another Test 1
This is a error notification
---
- name: Test Play
hosts: localhost
tasks:
- name: Sample Task
ansible.builtin.debug:
msg: This is a sample tasks
...
Ansible Ad-Hoc Commands
Another Test - Oh my
This is a error notification
---
- name: Test Play
hosts: localhost
tasks:
- name: Sample Task
ansible.builtin.debug:
msg: This is a sample tasks
...