bunch of stuff
This commit is contained in:
parent
a832a46772
commit
66b7a0ee5f
16 changed files with 239 additions and 111 deletions
11
ansible/roles/packages/tasks/rhel.yaml
Normal file
11
ansible/roles/packages/tasks/rhel.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Install RHEL packages
|
||||
package:
|
||||
name:
|
||||
- rofi-devel
|
||||
- qalculate
|
||||
- automake
|
||||
- libtool
|
||||
- cheat
|
||||
state: present
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue