mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
helm: fix pyyaml package on RH distros (#10204)
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
This commit is contained in:
parent
ce13699dfa
commit
f8fadf53cd
2
roles/kubernetes-apps/helm/vars/centos-7.yml
Normal file
2
roles/kubernetes-apps/helm/vars/centos-7.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
pyyaml_package: PyYAML
|
||||
@ -1,2 +0,0 @@
|
||||
---
|
||||
pyyaml_package: python3-pyyaml
|
||||
@ -1,2 +1,2 @@
|
||||
---
|
||||
pyyaml_package: PyYAML
|
||||
pyyaml_package: python3-pyyaml
|
||||
|
||||
2
roles/kubernetes-apps/helm/vars/redhat-7.yml
Normal file
2
roles/kubernetes-apps/helm/vars/redhat-7.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
pyyaml_package: PyYAML
|
||||
@ -1,2 +0,0 @@
|
||||
---
|
||||
pyyaml_package: python3-pyyaml
|
||||
@ -1,2 +1,2 @@
|
||||
---
|
||||
pyyaml_package: PyYAML
|
||||
pyyaml_package: python3-pyyaml
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
---
|
||||
pyyaml_package: PyYAML
|
||||
pyyaml_package: python3-pyyaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user