Add RedHat support to gdb role
This commit is contained in:
parent
5420eb9cd5
commit
d8c6c6a808
6
roles/gdb/RedHat.yaml
Normal file
6
roles/gdb/RedHat.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: install dnf package
|
||||
become: true
|
||||
dnf:
|
||||
name: gdb
|
||||
state: latest
|
Loading…
x
Reference in New Issue
Block a user