Commit e0570ad1 authored by nanahira's avatar nanahira

fix

parent ed2c7f95
Pipeline #2329 passed with stage
in 4 minutes and 45 seconds
......@@ -44,7 +44,7 @@
become: true
apt:
name: python-backports-shutil-get-terminal-size,python-backports.ssl-match-hostname
when: ansible_os_family == 'Debian' and ansible_distribution_release != 'sid'
when: ansible_os_family == 'Debian' and ansible_distribution_release != 'sid' and ansible_distribution_release != 'focal'
- name: clean yum Docker
become: true
yum:
......
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