Skip to content
Snippets Groups Projects
Commit 76038687 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add rsync

Pull Ansible image when necessary
parent 96436273
No related branches found
Tags v1.12.1
No related merge requests found
Pipeline #473708 passed
......@@ -52,7 +52,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
echo "StrictHostKeyChecking no" >> /root/.ssh/config && \
\
apk update && \
apk add --no-cache openssh wget make patch bash fish zsh python3 git git-lfs unzip acl libpng-dev libzip-dev sudo jq nano && \
apk add --no-cache openssh wget make patch bash fish zsh python3 git git-lfs unzip acl libpng-dev libzip-dev sudo jq nano rsync && \
if [ "${ALPINE_VERSION}" = "3.12" ]; then \
apk add --no-cache mandoc ; \
elif [ "${ALPINE_VERSION}" = "3.15" ]; then \
......
......@@ -3,7 +3,7 @@
SCRIPT=$1
shift
docker run \
docker run --pull always \
$(php /usr/local/bin/volume.php --all) \
registry.lakedrops.com/ansible-inventories/localhost \
/usr/local/bin/$SCRIPT "$@" --limit=localhost
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment