mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-31 00:51:31 -07:00
Try updating gcloud molecule test docker image versions
This commit is contained in:
parent
c819fc798d
commit
d1cf030d93
3 changed files with 8 additions and 8 deletions
|
@ -9,13 +9,13 @@ lint: |
|
|||
ansible-lint
|
||||
platforms:
|
||||
- name: instance
|
||||
image: ubuntu:20.04
|
||||
image: ubuntu:24.04
|
||||
privileged: true
|
||||
ansible.builtin.command: /lib/systemd/systemd
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
- name: instance
|
||||
image: debian:10
|
||||
image: debian:12
|
||||
privileged: true
|
||||
ansible.builtin.command: /lib/systemd/systemd
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue