Skip to content

Commit

Permalink
fix(Missed \ and fix indentation):
Browse files Browse the repository at this point in the history
  • Loading branch information
arilivigni committed Nov 8, 2019
1 parent 33962a2 commit b8ab0f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ RUN dnf install -y ansible \
python3-boto3 \
python3-crypto \
python2-google-auth \
python3-google-auth
python3-google-auth \
python2-libcloud \
python3-libcloud \
python2-virtualenv \
python3-virtualenv \
python2-virtualenv \
python3-virtualenv \
dumb-init \
rsync && \
dnf clean all && \
Expand Down

0 comments on commit b8ab0f0

Please sign in to comment.