Text plain

This commit is contained in:
2024-04-17 15:50:02 -04:00
parent 4e83e7fc3b
commit 4a2c09cc9d

View File

@@ -21,7 +21,7 @@
- name: Create Problem Template
ansible.builtin.template:
src: '../templates/cpuhog_ticket.j2'
dest: /tmp/cpuhog_details.md
dest: /tmp/cpuhog_details.txt
delegate_to: localhost
- name: Create SNow Incident
@@ -45,8 +45,9 @@
impact: high
urgency: high
attachments:
- path: /tmp/cpuhog_details.md
name: cpuhog_details.md
- path: /tmp/cpuhog_details.txt
name: cpuhog_details.txt
type: 'text/plain'
register: problem_result
delegate_to: localhost