Compare commits

..

5 Commits

Author SHA1 Message Date
24eb0994eb Merge branch 'master' into updates 2021-11-13 00:28:48 +01:00
a6a72205e4 Update 'playbook_sway.yml' 2021-11-12 23:02:19 +01:00
714cb2abec Not needed 2021-11-12 23:01:57 +01:00
b40bd3c2e0 Update 'playbook_sway.yml' 2021-11-12 23:01:25 +01:00
ef083c0f34 Dont install packages if they already exist 2021-11-12 23:00:35 +01:00
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,4 @@
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

View File

@@ -1,6 +1,6 @@
---
- name: Initial installation of WSL arch
hosts: all,localhost
hosts: localhost
become: yes
pre_tasks: