Add support for Fedora to various roles
This commit is contained in:
10
roles/llvm/tasks/Fedora.yaml
Normal file
10
roles/llvm/tasks/Fedora.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: install dnf packages
|
||||
become: true
|
||||
dnf:
|
||||
name:
|
||||
- clang
|
||||
- clang-tools-extra
|
||||
- git-clang-format
|
||||
- llvm
|
||||
state: latest
|
||||
Reference in New Issue
Block a user