debuginfod vms: add a few more useful packages
This commit is contained in:
parent
12dc83f767
commit
ed70717dcc
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@
|
|||
- name: install debuginfod
|
||||
package: name=elfutils-debuginfod state=present
|
||||
|
||||
- name: install sqlite for diagnostics
|
||||
package: name=sqlite state=present
|
||||
|
||||
- name: install rsync for data backups
|
||||
package: name=rsync state=present
|
||||
|
||||
- name: install debuginfod configuration
|
||||
copy: src="{{ files }}/debuginfod/sysconfig.debuginfod" dest=/etc/sysconfig/debuginfod owner=root group=root mode=644
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue