1 Star 0 Fork 7

tenglongfly/kubeasy

forked from buxiaomo/kubeasy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
fix-python3.yml 300 Bytes
一键复制 编辑 原始数据 按行查看 历史
buxiaomo 提交于 2022-07-07 12:04 . update python3.6
- name: Python3
hosts: all
vars:
ansible_python_interpreter: "/usr/bin/python2"
tasks:
- name: Install Python3
ansible.builtin.package:
name: python3
state: latest
- name: Upgrade pip
shell: curl -s https://bootstrap.pypa.io/pip/3.6/get-pip.py | python3
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tenglongfly/kubeasy.git
git@gitee.com:tenglongfly/kubeasy.git
tenglongfly
kubeasy
kubeasy
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385