mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 14:30:45 +08:00
osbs: comment out no longer available packages
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user