zuul/playbooks/fix-tox.yaml

9 lines
196 B
YAML

- hosts: all
pre_tasks:
- name: Fix importlib-resources
become: true
shell: |
pip3 install --upgrade importlib-resources==1.0.2
args:
executable: /bin/bash