Add RedHat support to gdb role
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user