diff --git a/install.sh b/install.sh index 6ee15a1..2cec236 100644 --- a/install.sh +++ b/install.sh @@ -2,4 +2,5 @@ pacman-key --init pacman-key --populate pacman -Sy --noconfirm git ansible git clone https://gitea.maiertobi.de/tobimai/setup_ansible_playbooks.git install -cd install \ No newline at end of file +cd install +ansible-playbook playbook.yml diff --git a/playbook.yml b/playbook.yml new file mode 100644 index 0000000..b7775d5 --- /dev/null +++ b/playbook.yml @@ -0,0 +1,8 @@ +--- +- name: Initial installation of WSL arch + hosts: localhost + tasks: + - name: test + copy: + content: Hello World + dest: ./tmp.txt