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 -Syu --noconfirm --needed git ansible
pacman-key --populate
pacman -Syu --noconfirm git ansible
git clone https://gitea.maiertobi.de/tobimai/setup_ansible_playbooks.git install git clone https://gitea.maiertobi.de/tobimai/setup_ansible_playbooks.git install
cd install cd install
ansible-galaxy install -r requirements.yml ansible-galaxy install -r requirements.yml

View File

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