add aur instalation
This commit is contained in:
parent
59620eff68
commit
6d630ea833
@ -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'
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user