mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
osbs: update python package to py3 stage
This commit is contained in:
@@ -140,22 +140,10 @@
|
||||
name:
|
||||
- tar
|
||||
- rsync
|
||||
- dbus-python
|
||||
- python3-dbus
|
||||
- NetworkManager
|
||||
- libselinux-python
|
||||
- python2-pyyaml
|
||||
when: env == "staging"
|
||||
- name: Install necessary packages that openshift-ansible needs
|
||||
package:
|
||||
state: installed
|
||||
name:
|
||||
- tar
|
||||
- rsync
|
||||
- dbus-python
|
||||
- NetworkManager
|
||||
- libselinux-python
|
||||
- python3-libselinux
|
||||
- python3-PyYAML
|
||||
when: env == "production"
|
||||
|
||||
- name: Deploy controller public ssh keys to osbs cluster hosts
|
||||
authorized_key:
|
||||
|
||||
Reference in New Issue
Block a user