linode-dyndns: Fix syntax error with string quoting

This commit is contained in:
David Thurstenson 2022-11-11 00:08:09 -06:00
parent 59b09ef819
commit 0237b81f36
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
- name: Create and start linode-dyndns container
podman_container:
name: linode-dyndns_{{ subdomain }}
image: {{ image_name }}:{{ image_tag }}
image: "{{ image_name }}:{{ image_tag }}"
state: started
restart_policy: always
network: host