diff --git a/playbooks/investigate_high_cpu.yml b/playbooks/investigate_high_cpu.yml index 9a6c1f4..7e01bf1 100644 --- a/playbooks/investigate_high_cpu.yml +++ b/playbooks/investigate_high_cpu.yml @@ -18,8 +18,9 @@ - name: Open Incident hosts: all tasks: - - name: Create Problem Template + - name: Create Problem Template # noqa: no-relative-paths ansible.builtin.template: + mode: '0644' src: '../templates/cpuhog_ticket.j2' dest: /tmp/cpuhog_details.txt delegate_to: localhost