Skip to content

Commit

Permalink
s3 var fix
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Sep 1, 2024
1 parent 7eb0e78 commit c78fdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/tpa_single_node/tasks/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
- ansible_facts['distribution'] == 'RedHat'
- ansible_facts['distribution_major_version'] == '9'
containers.podman.podman_image:
name: "{{ tpa_single_node_S3 }}"
name: "{{ tpa_single_node_s3 }}"

- name: Configure/Deploy guac
ansible.builtin.include_tasks: podman/guac.yml

0 comments on commit c78fdf2

Please sign in to comment.