Skip to content

Commit

Permalink
fix(foreman): Render ansible_host on host, not on foreman (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 13, 2025
1 parent 7a868ec commit f7feab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/foreman/tasks/host_groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
image: ghcr.io/radiorabe/httpd:0.5.4
env:
- name: PODMAN_HOST
value: "{{ ansible_host }}"
value: "{{'{{ ansible_host }}'}}"
ports:
- containerPort: 8080
hostPort: 8080
Expand Down Expand Up @@ -400,7 +400,7 @@
image: ghcr.io/radiorabe/httpd:0.5.4
env:
- name: PODMAN_HOST
value: "{{ ansible_host }}"
value: "{{'{{ ansible_host }}'}}"
ports:
- containerPort: 8080
hostPort: 8080
Expand Down

0 comments on commit f7feab1

Please sign in to comment.