@@ -19,7 +19,7 @@ RUN if [ "$DFSET" = "centos" ] ; then \
1919 && ${PACKAGER} -y install \
2020 --setopt=skip_missing_names_on_install=False \
2121 kubectl \
22- ansible-${ANSIBLE_VERSION} \
22+ ansible-core- ${ANSIBLE_VERSION} \
2323 which \
2424 gettext \
2525 && ${PACKAGER} -y clean all ; \
@@ -32,7 +32,7 @@ RUN if [ "$BASEOS" = "rhel7" ] ; then \
3232 --setopt=skip_missing_names_on_install=False \
3333 --enablerepo='rhel-7-server-ose-4.4-rpms' \
3434 openshift-clients \
35- ansible-${ANSIBLE_VERSION} \
35+ ansible-core- ${ANSIBLE_VERSION} \
3636 which \
3737 gettext \
3838 && ${PACKAGER} -y clean all --enablerepo='rhel-7-server-ose-4.4-rpms' ; \
@@ -45,7 +45,7 @@ RUN if [ "$BASEOS" = "ubi7" ] ; then \
4545 --setopt=skip_missing_names_on_install=False \
4646 --enablerepo='rhel-7-server-ose-4.4-rpms' \
4747 openshift-clients \
48- ansible-${ANSIBLE_VERSION} \
48+ ansible-core- ${ANSIBLE_VERSION} \
4949 which \
5050 gettext \
5151 && ${PACKAGER} -y clean all --enablerepo='rhel-7-server-ose-4.4-rpms' ; \
@@ -58,7 +58,7 @@ RUN if [ "$BASEOS" = "ubi8" ] ; then \
5858 --setopt=skip_missing_names_on_install=False \
5959 --enablerepo='rhocp-4.5-for-rhel-8-x86_64-rpms' \
6060 openshift-clients \
61- ansible-${ANSIBLE_VERSION} \
61+ ansible-core- ${ANSIBLE_VERSION} \
6262 which \
6363 gettext \
6464 && ${PACKAGER} -y clean all --enablerepo='rhocp-4.5-for-rhel-8-x86_64-rpms' ; \
0 commit comments