Text plain
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user