self-hosting/roles/base/files/ansible_prerequisites.sh
2017-12-08 01:45:42 +01:00

5 lines
202 B
Bash
Executable file

#!/bin/bash
set -e
#pacman -Syu --noconfirm #Skip this step because reboot is needed to start docker in case of kernel update
pacman -S python --noconfirm
touch /root/.ansible_prerequisites_installed