osbs: comment out no longer available packages

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-07-09 16:06:57 -07:00
parent 75b7a04207
commit b40ded4e40

View file

@ -136,9 +136,9 @@
name:
- tar
- rsync
- dbus-python
# - dbus-python
- NetworkManager
- libselinux-python
# - libselinux-python
- python2-pyyaml
when: env == "staging"
- name: Install necessary packages that openshift-ansible needs
@ -147,9 +147,9 @@
name:
- tar
- rsync
- dbus-python
# - dbus-python
- NetworkManager
- libselinux-python
# - libselinux-python
- python3-PyYAML
when: env == "production"