Initial commit

This commit is contained in:
phfroidmont 2017-12-02 02:00:28 +01:00
commit dfe2d2d4f2
4 changed files with 95 additions and 0 deletions

5
files/ansible_prerequisites.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
set -e
pacman -Syu --noconfirm
pacman -S python --noconfirm
touch /root/.ansible_prerequisites_installed