This commit is contained in:
parent
41b130be83
commit
bbfe2f8b7f
@ -54,8 +54,7 @@ system_base_softwares_arch:
|
||||
- "prettier"
|
||||
- "fd"
|
||||
- "fzf"
|
||||
system_base_aur_soft:
|
||||
- "nodejs-markdownlint-cli"
|
||||
system_base_aur_soft: []
|
||||
|
||||
system_base_softwares_debian:
|
||||
- "zsh"
|
||||
|
@ -36,7 +36,7 @@
|
||||
state: present
|
||||
become: yes
|
||||
become_user: aur_builder
|
||||
when: ansible_facts['os_family'] == "Archlinux"
|
||||
when: ansible_facts['os_family'] == "Archlinux" and system_base_aur_soft
|
||||
|
||||
- name: launch debian base install software
|
||||
apt:
|
||||
|
Loading…
Reference in New Issue
Block a user