[CS9] Drop container-tools:latest

https://gitlab.com/redhat/centos-stream/release-engineering/pungi-centos/-/merge_requests/176
drops the container-tools module stream from cs9 and
uses non-modular repo to install podman.

It removes the reference of container-tools:latest for the same.

Related-Bug: #1949456

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I031e69780c3734d35b76f6fc552ec3cb655eb9a1
This commit is contained in:
Chandan Kumar (raukadah) 2021-11-02 16:16:25 +05:30
parent b9e61f14f5
commit 8f3daa94ec
3 changed files with 1 additions and 13 deletions

View File

@ -10,12 +10,6 @@
- https://trunk.rdoproject.org/centos9-master/delorean-deps.repo
changed_when: true
- name: Enable supported container tools version
become: true
shell: |
{{ ansible_pkg_mgr }} module switch-to container-tools:latest -y;
{{ ansible_pkg_mgr }} clean metadata
- name: Install vitualenv
become: true
package:

View File

@ -9,12 +9,6 @@
- https://trunk.rdoproject.org/centos9-{{ release }}/delorean-deps.repo
changed_when: true
- name: Enable supported container tools version
become: true
shell: |
{{ ansible_pkg_mgr }} module switch-to container-tools:latest -y;
{{ ansible_pkg_mgr }} clean metadata
- name: Install vitualenv
become: true
package:

View File

@ -4,5 +4,5 @@ dib_yum_repo_conf:
- /etc/yum.repos.d/CentOS-Stream-9-*
- /etc/yum.repos.d/delorean*
dib_release: "9"
dib_dnf_module_streams: "container-tools:latest"
dib_dnf_module_streams: ""
tripleo_image_os: centos9