diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:27 +0000 |
commit | 3b0807ad7b283c46c21862eb826dcbb4ad04e5e2 (patch) | |
tree | 6461ea75f03eca87a5a90c86c3c9a787a6ad037e /ansible_collections/google/cloud/molecule/gcloud/molecule.yml | |
parent | Adding debian version 7.7.0+dfsg-3. (diff) | |
download | ansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.tar.xz ansible-3b0807ad7b283c46c21862eb826dcbb4ad04e5e2.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/google/cloud/molecule/gcloud/molecule.yml')
-rw-r--r-- | ansible_collections/google/cloud/molecule/gcloud/molecule.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible_collections/google/cloud/molecule/gcloud/molecule.yml b/ansible_collections/google/cloud/molecule/gcloud/molecule.yml index 7b7ab5473..707639af5 100644 --- a/ansible_collections/google/cloud/molecule/gcloud/molecule.yml +++ b/ansible_collections/google/cloud/molecule/gcloud/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: |