infrastructure/ansible/roles/gitlab_pages/files/install-rsync.sh
Jake Howard 24d11deeae
Update ansible-lint
Required a lot of renaming :(
2020-09-26 17:53:47 +01:00

5 lines
72 B
Bash

#!/bin/bash
echo "**** installing rsync ****"
apk add --no-cache rsync