#!/usr/bin/env bash readonly CONFIG_ROOT="/srv/ansible/playbooks" function fileserver_update() { git -C "$CONFIG_ROOT" pull }