Skip to content
Snippets Groups Projects
Commit 13a96d43 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: install prerequisite packages for error summary script

parent fd6a5ffa
Branches
No related tags found
No related merge requests found
--- ---
- name: install prerequisite packages for error summary script
ansible.builtin.package:
name: [
"help2man",
"grep",
"sed",
"gzip",
"man",
"findutils",
"file",
"coreutils",
]
state: latest
- name: install error summary script - name: install error summary script
ansible.builtin.copy: ansible.builtin.copy:
src: "error-summary.sh" src: "error-summary.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment