mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 18:30: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
|
ansible-lint
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: instance
|
||||||
image: ubuntu:18.04
|
image: ubuntu:20.04
|
||||||
privileged: true
|
privileged: true
|
||||||
ansible.builtin.command: /lib/systemd/systemd
|
ansible.builtin.command: /lib/systemd/systemd
|
||||||
volumes:
|
volumes:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
- name: instance
|
- name: instance
|
||||||
image: debian:9
|
image: debian:10
|
||||||
privileged: true
|
privileged: true
|
||||||
ansible.builtin.command: /lib/systemd/systemd
|
ansible.builtin.command: /lib/systemd/systemd
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -9,13 +9,13 @@ lint: |
|
||||||
ansible-lint
|
ansible-lint
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: instance
|
||||||
image: ubuntu:18.04
|
image: ubuntu:20.04
|
||||||
privileged: true
|
privileged: true
|
||||||
ansible.builtin.command: /lib/systemd/systemd
|
ansible.builtin.command: /lib/systemd/systemd
|
||||||
volumes:
|
volumes:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
- name: instance
|
- name: instance
|
||||||
image: debian:9
|
image: debian:10
|
||||||
privileged: true
|
privileged: true
|
||||||
ansible.builtin.command: /lib/systemd/systemd
|
ansible.builtin.command: /lib/systemd/systemd
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue