Dont install packages if they already exist

This commit is contained in:
2021-11-12 23:00:35 +01:00
parent cce009b5f0
commit ef083c0f34

View File

@@ -1,6 +1,6 @@
pacman-key --init
pacman-key --populate
pacman -Syu --noconfirm git ansible
pacman -Syu --noconfirm --needed git ansible
git clone https://gitea.maiertobi.de/tobimai/setup_ansible_playbooks.git install
cd install
ansible-galaxy install -r requirements.yml