Skip to content

Commit

Permalink
Merge branch 'master' into alma
Browse files Browse the repository at this point in the history
  • Loading branch information
startx-lab committed Dec 22, 2021
2 parents c12bc5c + 6da8470 commit 56c7e82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GitlabRunner/ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ RUN dnf upgrade -yq --refresh && \
openssh-clients && \
alternatives --set python /usr/bin/python3 && \
echo "alias pip=pip3" >> /etc/bashrc && \
pip3 install -q ansible-runner && \
pip3 install -q openshift && \
pip3 install -q ansible-runner ansible-lint openshift && \
dnf remove -yq --skip-broken yum-utils gcc python3-devel epel-release && \
dnf config-manager --enable --add-repo https://releases.ansible.com/ansible-runner/ansible-runner.el8.repo && \
dnf install -yq --nogpgcheck ansible-runner && \
Expand Down

0 comments on commit 56c7e82

Please sign in to comment.