Merge branch 'master' into updates

This commit is contained in:
2021-11-13 00:28:48 +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: