mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
debuginfod vms: add a few more useful packages
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user