13 lines
228 B
YAML
13 lines
228 B
YAML
---
|
|
- name: Install RHEL packages
|
|
ansible.builtin.package:
|
|
name:
|
|
- rofi-devel
|
|
- qalculate
|
|
- automake
|
|
- libtool
|
|
- cheat
|
|
- gcc-c++
|
|
- neovim
|
|
- python3-neovim
|
|
state: present
|