add aur instalation

This commit is contained in:
vincent 2021-04-20 20:22:49 +02:00
parent 59620eff68
commit 6d630ea833
2 changed files with 10 additions and 0 deletions

View File

@ -50,6 +50,9 @@ system_base_softwares_arch:
- 'otf-cascadia-code'
- 'neovim'
system_base_aur_soft:
- 'nodejs-markdownlint-cli'
system_base_softwares_debian:
- 'zsh'
- 'lsof'

View File

@ -30,6 +30,13 @@
become: yes
when: ansible_facts['os_family'] == "Archlinux"
- name: install aur workstation soft
aur:
name: "{{ system_base_aur_soft }}"
state: present
become: yes
become_user: aur_builder
when: ansible_facts['os_family'] == "Archlinux"
- name: launch debian base install software
apt: