fix aur software
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2022-02-12 10:41:14 +01:00
parent 41b130be83
commit bbfe2f8b7f
2 changed files with 2 additions and 3 deletions

View File

@ -54,8 +54,7 @@ system_base_softwares_arch:
- "prettier" - "prettier"
- "fd" - "fd"
- "fzf" - "fzf"
system_base_aur_soft: system_base_aur_soft: []
- "nodejs-markdownlint-cli"
system_base_softwares_debian: system_base_softwares_debian:
- "zsh" - "zsh"

View File

@ -36,7 +36,7 @@
state: present state: present
become: yes become: yes
become_user: aur_builder 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 - name: launch debian base install software
apt: apt: