Revert "add python2 bits to f26 osbs hosts, openshift-ansible requires it"
This wasn't actually needed, there's an issue in openshift-ansible
It's been reported upstream and I have a fix in a fork/topic-branch
https://github.com/openshift/openshift-ansible/issues/4801
This reverts commit b92e12b85a
.
This commit is contained in:
parent
d73462e4d0
commit
e982d61e23
1 changed files with 2 additions and 7 deletions
|
@ -137,13 +137,6 @@
|
|||
- NetworkManager
|
||||
- libselinux-python
|
||||
- origin
|
||||
- python2
|
||||
- python2-dnf
|
||||
- libselinux-python
|
||||
- libsemanage-python
|
||||
- python2-firewall
|
||||
- pyOpenSSL
|
||||
- python-cryptography
|
||||
|
||||
- name: Deploy controller public ssh keys to osbs cluster hosts
|
||||
authorized_key:
|
||||
|
@ -234,6 +227,7 @@
|
|||
openshift_shared_infra: true
|
||||
openshift_deployment_type: "origin"
|
||||
openshift_metrics_deploy: true
|
||||
openshift_ansible_python_interpreter: "/usr/bin/python3"
|
||||
when: env == 'staging'
|
||||
tags: ['openshift-cluster','ansible-ansible-openshift-ansible']
|
||||
|
||||
|
@ -258,6 +252,7 @@
|
|||
openshift_shared_infra: true
|
||||
openshift_deployment_type: "origin"
|
||||
openshift_metrics_deploy: true
|
||||
openshift_ansible_python_interpreter: "/usr/bin/python3"
|
||||
when: env == 'staging'
|
||||
tags: ['openshift-cluster','ansible-ansible-openshift-ansible']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue