Skip to content

Commit

Permalink
remove bookworm from mariadb 10.6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
greedybro committed Aug 23, 2023
1 parent 436e460 commit 963e98c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion molecule/mysql.mariadb.10.5/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian.buster
- debian.bullseye
tasks:
- block: # noqa: name[missing]
- name: Role
Expand Down
4 changes: 3 additions & 1 deletion molecule/mysql.mariadb.10.5/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian.buster
- debian.bullseye
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down
4 changes: 3 additions & 1 deletion molecule/mysql.mariadb.10.6/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian.buster
- debian.bullseye
tasks:
- block: # noqa: name[missing]
- name: Role
Expand Down
4 changes: 3 additions & 1 deletion molecule/mysql.mariadb.10.6/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian.buster
- debian.bullseye
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down

0 comments on commit 963e98c

Please sign in to comment.