From 46605d0b074c14c6f87b499bf5c1971e3b7d4a0e Mon Sep 17 00:00:00 2001 From: spmfox Date: Thu, 16 Nov 2023 10:52:21 -0500 Subject: adding quotations --- containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'containers.yml') diff --git a/containers.yml b/containers.yml index 048a981..6e23e8a 100644 --- a/containers.yml +++ b/containers.yml @@ -145,4 +145,4 @@ loop: "{{ containers }}" - name: Prune old images - ansible.builtin.shell: podman image prune -f + ansible.builtin.shell: "podman image prune -f" -- cgit