Skip to content
Snippets Groups Projects
Verified Commit 9b54b92e authored by Dan Thomson's avatar Dan Thomson
Browse files

Add missing line break escape

parent c906de88
No related branches found
No related tags found
No related merge requests found
Pipeline #115709 passed
......@@ -35,7 +35,7 @@ WORKDIR /home/ansible
COPY ansible.cfg /home/ansible/.ansible.cfg
RUN mkdir -p /home/ansible/.ssh && \
echo "Host *\n User ansible\n" > /home/ansible/.ssh/config &&
echo "Host *\n User ansible\n" > /home/ansible/.ssh/config && \
python3 -m pip install --user \
jmespath \
netaddr \
......
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