summaryrefslogtreecommitdiffstats
path: root/ansible_collections/google/cloud/molecule/gcloud/converge.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:27 +0000
commit3b0807ad7b283c46c21862eb826dcbb4ad04e5e2 (patch)
tree6461ea75f03eca87a5a90c86c3c9a787a6ad037e /ansible_collections/google/cloud/molecule/gcloud/converge.yml
parentAdding debian version 7.7.0+dfsg-3. (diff)
downloadansible-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/converge.yml')
-rw-r--r--ansible_collections/google/cloud/molecule/gcloud/converge.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible_collections/google/cloud/molecule/gcloud/converge.yml b/ansible_collections/google/cloud/molecule/gcloud/converge.yml
index 869474587..7382caebc 100644
--- a/ansible_collections/google/cloud/molecule/gcloud/converge.yml
+++ b/ansible_collections/google/cloud/molecule/gcloud/converge.yml
@@ -14,13 +14,13 @@
ansible.builtin.file:
path: /etc/systemd/system/containerd.service.d
state: directory
- mode: 0755
+ mode: "0755"
when: ansible_service_mgr == "systemd"
- name: Override file for containerd
ansible.builtin.copy:
src: files/override.conf
dest: /etc/systemd/system/containerd.service.d/override.conf
- mode: 0644
+ mode: "0644"
when: ansible_service_mgr == "systemd"
roles:
- role: google.cloud.gcloud