mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-24 16:28:44 +00:00
20 lines
426 B
YAML
20 lines
426 B
YAML
- name: Installing opengl libs
|
|
ansible.builtin.import_tasks: opengl.yml
|
|
|
|
- name: Installing cpp
|
|
ansible.builtin.import_tasks: cpp.yml
|
|
|
|
- name: Installing qt devel libs
|
|
become: true
|
|
ansible.builtin.dnf5:
|
|
name:
|
|
- qt6-qtdeclarative-devel
|
|
- qt6-qtbase-devel
|
|
state: latest
|
|
|
|
# - name: Installing qt creator
|
|
# become: true
|
|
# ansible.builtin.dnf5:
|
|
# name:
|
|
# - qt6-creator
|
|
# state: latest
|