Commit c6f0f470 authored by nanahira's avatar nanahira

fix

parent 7ef0e294
Pipeline #41018 failed with stage
in 2 minutes and 38 seconds
......@@ -51,11 +51,14 @@
become: true
lineinfile:
path: "/usr/local/lib/python{{ ansible_python.version.major }}.{{ ansible_python.version.minor }}/dist-packages/compose/cli/main.py"
regexp: '.*pipes.*'
regexp: '{{item}}'
line: '# disabled'
backrefs: true
backup: true
when: ansible_python.version.minor >= 13
with_items:
- '.*pipes.*'
- 'import pipes'
- name: docker 创建目录
become: true
file:
......
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