diff options
Diffstat (limited to 'ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml')
-rw-r--r-- | ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml b/ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml index 7b7ab5473..707639af5 100644 --- a/ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml +++ b/ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml @@ -9,15 +9,15 @@ lint: | ansible-lint platforms: - name: instance - image: ubuntu:18.04 + image: ubuntu:20.04 privileged: true - ansible.builtin.command: "/lib/systemd/systemd" + 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" + ansible.builtin.command: /lib/systemd/systemd volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro provisioner: |