From 4a2c09cc9ddaf2549e68b8cea86308182e08378c Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Wed, 17 Apr 2024 15:50:02 -0400 Subject: [PATCH] Text plain --- playbooks/investigate_high_cpu.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/playbooks/investigate_high_cpu.yml b/playbooks/investigate_high_cpu.yml index af5e61d..9a6c1f4 100644 --- a/playbooks/investigate_high_cpu.yml +++ b/playbooks/investigate_high_cpu.yml @@ -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