fixed config file permissions #1

Merged
tobimai merged 2 commits from updates into master 2021-11-13 00:29:02 +01:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 24eb0994eb - Show all commits

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: