Skip to content

Commit

Permalink
fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulium-Drake committed Oct 21, 2024
1 parent 41cf660 commit 81d5f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ara_api/tasks/install/podman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- name: Ensure ARA API container
containers.podman.podman_container:
name: ara-api
image: {{ ara_api_image }}:{{ ara_api_version }}
image: "{{ ara_api_image }}:{{ ara_api_version }}"
pull: newer
state: present
auto_remove: true
Expand Down

0 comments on commit 81d5f58

Please sign in to comment.