Commit 26e0be96 authored by nanahira's avatar nanahira

fix for sid

parent b239636d
Pipeline #472 failed with stage
in 7 minutes and 2 seconds
......@@ -25,7 +25,7 @@
become: true
apt:
name: python-setuptools,python-dev,python-pip
when: ansible_distribution_release != 'focal'
when: ansible_distribution_release != 'focal' and ansible_distribution_release != 'sid'
- name: focal packages
become: true
apt:
......
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