osbs: comment out no longer available packages
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
75b7a04207
commit
b40ded4e40
1 changed files with 4 additions and 4 deletions
|
@ -136,9 +136,9 @@
|
||||||
name:
|
name:
|
||||||
- tar
|
- tar
|
||||||
- rsync
|
- rsync
|
||||||
- dbus-python
|
# - dbus-python
|
||||||
- NetworkManager
|
- NetworkManager
|
||||||
- libselinux-python
|
# - libselinux-python
|
||||||
- python2-pyyaml
|
- python2-pyyaml
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
- name: Install necessary packages that openshift-ansible needs
|
- name: Install necessary packages that openshift-ansible needs
|
||||||
|
@ -147,9 +147,9 @@
|
||||||
name:
|
name:
|
||||||
- tar
|
- tar
|
||||||
- rsync
|
- rsync
|
||||||
- dbus-python
|
# - dbus-python
|
||||||
- NetworkManager
|
- NetworkManager
|
||||||
- libselinux-python
|
# - libselinux-python
|
||||||
- python3-PyYAML
|
- python3-PyYAML
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue