Commit 6272e4b6 authored by nanahira's avatar nanahira

fixes

parent a2eba07a
Pipeline #742 canceled with stage
in 5 seconds
...@@ -15,6 +15,7 @@ install_docker: true ...@@ -15,6 +15,7 @@ install_docker: true
upgrade: true upgrade: true
reboot: true reboot: true
pip_executable_install: pip pip_executable_install: pip
registry: https://registry.mycard.moe
china_mirror_docker: false china_mirror_docker: false
china_mirror_pip: false china_mirror_pip: false
china_mirror_omf: false china_mirror_omf: false
......
...@@ -68,7 +68,6 @@ ...@@ -68,7 +68,6 @@
name: pip name: pip
executable: '{{pip_executable_install}}' executable: '{{pip_executable_install}}'
state: latest state: latest
when: china_mirror_pip
- name: pip package list - name: pip package list
set_fact: set_fact:
pip_package_list: 'autopep8' pip_package_list: 'autopep8'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment