diff options
Diffstat (limited to 'ansible_collections/google/cloud/molecule/gcsfuse')
-rw-r--r-- | ansible_collections/google/cloud/molecule/gcsfuse/molecule.yml | 8 | ||||
-rw-r--r-- | ansible_collections/google/cloud/molecule/gcsfuse/verify.yml | 6 |
2 files changed, 7 insertions, 7 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: diff --git a/ansible_collections/google/cloud/molecule/gcsfuse/verify.yml b/ansible_collections/google/cloud/molecule/gcsfuse/verify.yml index 86afba4ff..6e148b149 100644 --- a/ansible_collections/google/cloud/molecule/gcsfuse/verify.yml +++ b/ansible_collections/google/cloud/molecule/gcsfuse/verify.yml @@ -4,6 +4,6 @@ - name: Verify hosts: all tasks: - - name: Example assertion - ansible.builtin.assert: - that: true + - name: Example assertion + ansible.builtin.assert: + that: true |