add aur instalation
This commit is contained in:
parent
59620eff68
commit
6d630ea833
@ -50,6 +50,9 @@ system_base_softwares_arch:
|
|||||||
- 'otf-cascadia-code'
|
- 'otf-cascadia-code'
|
||||||
- 'neovim'
|
- 'neovim'
|
||||||
|
|
||||||
|
system_base_aur_soft:
|
||||||
|
- 'nodejs-markdownlint-cli'
|
||||||
|
|
||||||
system_base_softwares_debian:
|
system_base_softwares_debian:
|
||||||
- 'zsh'
|
- 'zsh'
|
||||||
- 'lsof'
|
- 'lsof'
|
||||||
|
@ -30,6 +30,13 @@
|
|||||||
become: yes
|
become: yes
|
||||||
when: ansible_facts['os_family'] == "Archlinux"
|
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
|
- name: launch debian base install software
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
Reference in New Issue
Block a user