Skip to content

Commit bb8dfa3

Browse files
redhat packages that are actually available NO_JIRA
1 parent 6db5a57 commit bb8dfa3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tasks/RedHat.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
ansible.builtin.dnf:
44
name:
55
- '@Development tools'
6-
- llvm-toolset-10.0
7-
- llvm-toolset-10.0-git-clang-format
8-
- llvm-toolset-10.0-clang-tools-extra
6+
- llvm-toolset
7+
- clang
8+
- clang-tools-extra
9+
- git-clang-format
910
state: present
1011
become: true
1112

0 commit comments

Comments
 (0)