Skip to content

Commit

Permalink
check ansible version
Browse files Browse the repository at this point in the history
  • Loading branch information
TehreemNisa committed Sep 22, 2023
1 parent e1d1a00 commit 6796bd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ RUN python3 -m pip install --user ansible && \
PATH=$PATH:/opt/root/.local/bin && \
ansible-galaxy collection install kubernetes.core

RUN which ansible &&\
ansible --version
RUN /opt/root/.local/binansible --version

# roxctl client
RUN curl -sL -o /usr/local/bin/roxctl https://mirror.openshift.com/pub/rhacs/assets/${ROX_VERSION}/bin/Linux/roxctl && \
Expand Down

0 comments on commit 6796bd1

Please sign in to comment.