self-hosting/roles/base/files/ansible_prerequisites.sh

6 lines
202 B
Bash
Raw Normal View History

2017-12-02 02:00:28 +01:00
#!/bin/bash
set -e
2017-12-05 02:34:44 +01:00
#pacman -Syu --noconfirm #Skip this step because reboot is needed to start docker in case of kernel update
2017-12-02 02:00:28 +01:00
pacman -S python --noconfirm
touch /root/.ansible_prerequisites_installed