mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 02:10:27 -07:00
chore: update container versions for molecule tests
This commit is contained in:
parent
0b9a1f2e49
commit
4115b7deb3
2 changed files with 4 additions and 4 deletions
|
@ -9,13 +9,13 @@ lint: |
|
|||
ansible-lint
|
||||
platforms:
|
||||
- name: instance
|
||||
image: ubuntu:18.04
|
||||
image: ubuntu:20.04
|
||||
privileged: true
|
||||
ansible.builtin.command: /lib/systemd/systemd
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
- name: instance
|
||||
image: debian:9
|
||||
image: debian:10
|
||||
privileged: true
|
||||
ansible.builtin.command: /lib/systemd/systemd
|
||||
volumes:
|
||||
|
|
|
@ -9,13 +9,13 @@ lint: |
|
|||
ansible-lint
|
||||
platforms:
|
||||
- name: instance
|
||||
image: ubuntu:18.04
|
||||
image: ubuntu:20.04
|
||||
privileged: true
|
||||
ansible.builtin.command: /lib/systemd/systemd
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
- name: instance
|
||||
image: debian:9
|
||||
image: debian:10
|
||||
privileged: true
|
||||
ansible.builtin.command: /lib/systemd/systemd
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue