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" mode: "0644"
when: when:
- generate_ansible_lint - 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 - name: Remove tox.ini
ansible.builtin.template: ansible.builtin.file:
src: "{{ playbook_dir }}/templates/tox.ini.j2" path: "{{ role_path }}/tox.ini"
dest: "{{ role_path }}/tox.ini" state: absent
mode: "0644"
when:
- generate_tox
- name: Render file .github/settings.yml - name: Render file .github/settings.yml
ansible.builtin.template: ansible.builtin.template:

View File

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