mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-11 00:24:25 -07:00
Add fixed version of Ubuntu (#470)
This is because ubuntu-latest link to ubuntu-22.04 which includes
cgroup-v2. I thinks our tests fails because of that. See
https://github.com/ansible-collections/news-for-maintainers/issues/28
for more information.
(cherry picked from commit 4dac66382a
)
This commit is contained in:
parent
85a63511b6
commit
efcd6ef90a
2 changed files with 4 additions and 4 deletions
2
.github/workflows/ansible-test-roles.yml
vendored
2
.github/workflows/ansible-test-roles.yml
vendored
|
@ -14,7 +14,7 @@ on:
|
|||
jobs:
|
||||
molecule:
|
||||
name: "Molecule (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, MySQL: ${{ matrix.mysql }})"
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
PY_COLORS: 1
|
||||
ANSIBLE_FORCE_COLOR: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue