Text plain
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
- name: Create Problem Template
|
- name: Create Problem Template
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: '../templates/cpuhog_ticket.j2'
|
src: '../templates/cpuhog_ticket.j2'
|
||||||
dest: /tmp/cpuhog_details.md
|
dest: /tmp/cpuhog_details.txt
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Create SNow Incident
|
- name: Create SNow Incident
|
||||||
@@ -45,8 +45,9 @@
|
|||||||
impact: high
|
impact: high
|
||||||
urgency: high
|
urgency: high
|
||||||
attachments:
|
attachments:
|
||||||
- path: /tmp/cpuhog_details.md
|
- path: /tmp/cpuhog_details.txt
|
||||||
name: cpuhog_details.md
|
name: cpuhog_details.txt
|
||||||
|
type: 'text/plain'
|
||||||
register: problem_result
|
register: problem_result
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user