-------- - Added new method to call the webhook via handler - Added inventory_hostname to webhook calls to see who is doing what - Updated messages for better readability - Added comment markers for clarity
5 lines
107 B
YAML
5 lines
107 B
YAML
- name: Bob
|
|
ansible.builtin.debug:
|
|
msg: "{{ r_check_commands }}"
|
|
when: r_check_commands is defined
|