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

...
0 minutes, 9 seconds

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

...