Disable tox for now.

This commit is contained in:
Robert de Bock 2024-05-23 08:35:33 +02:00
parent 3ecb38499b
commit a3ff4a0ee5
2 changed files with 16 additions and 8 deletions

View File

@ -139,14 +139,21 @@
mode: "0644"
when:
- generate_ansible_lint
# Since May 2024, tox stopped working, throwing this error:
# CRITICAL Unable to contact the Docker daemon. Please refer to https://docs.docker.com/config/daemon/ for managing the daemon
# It's disabled for now.
# - name: Render file tox.ini
# ansible.builtin.template:
# src: "{{ playbook_dir }}/templates/tox.ini.j2"
# dest: "{{ role_path }}/tox.ini"
# mode: "0644"
# when:
# - generate_tox
- name: Render file tox.ini
ansible.builtin.template:
src: "{{ playbook_dir }}/templates/tox.ini.j2"
dest: "{{ role_path }}/tox.ini"
mode: "0644"
when:
- generate_tox
- name: Remove tox.ini
ansible.builtin.file:
path: "{{ role_path }}/tox.ini"
state: absent
- name: Render file .github/settings.yml
ansible.builtin.template:

View File

@ -52,7 +52,6 @@ distribution_version_mapping:
- latest
EL:
all:
- 7
- 8
- latest
"7":
@ -66,6 +65,8 @@ distribution_version_mapping:
- 39
- latest
- rawhide
"38":
- 38
"39":
- 39
"40":