linode-dyndns: Fix syntax error with string quoting
This commit is contained in:
parent
59b09ef819
commit
0237b81f36
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue