Compare commits
5 Commits
cb0901739c
...
24eb0994eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 24eb0994eb | |||
| a6a72205e4 | |||
| 714cb2abec | |||
| b40bd3c2e0 | |||
| ef083c0f34 |
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Initial installation of WSL arch
|
||||
hosts: all,localhost
|
||||
hosts: localhost
|
||||
become: yes
|
||||
|
||||
pre_tasks:
|
||||
|
||||
Reference in New Issue
Block a user