Feat: install cmake with base-devel

This commit is contained in:
Bertrand Benjamin 2022-01-12 15:09:49 +01:00
parent 2366e565a4
commit 5d41535f29
1 changed files with 4 additions and 11 deletions

View File

@ -16,20 +16,13 @@
create: yes
validate: 'visudo -cf %s'
- name: Install base-devel
- name: Install base-devel and cmake
community.general.pacman:
name: base-devel
name:
- base-devel
- cmake
state: present
# - name: Git clone ansible-aur
# git:
# repo: https://github.com/kewlfft/ansible-aur.git
# dest: ~/.ansible/plugins/modules/aur
# version: master
# accept_hostkey: yes
# become: yes
# become_user: aur_builder
- name: Install Yay
aur:
name: yay