[PATCH 4/4] devconfig: add some extra packages to the kdev tools
Jeff Layton <[email protected]> Tue, 19 May 2026 06:54:28 -0400
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
Install some more useful tools as part of devconfig. This only adds them to the redhat configs, as I wasn't sure of package names for the other distros. Signed-off-by: Jeff Layton <[email protected]> --- playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml index 3208ff90c46e..2a1819705997 100644 --- a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml +++ b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml @@ -108,6 +108,12 @@ - net-snmp - trace-cmd - perf + - strace + - lsof + - git + - wireshark-cli + - rsync + - time when: - devconfig_try_install_kdevtools|bool -- 2.54.0