Skip to content

Commit 4e2c6a9

Browse files
ekohlevgeni
authored andcommitted
Rely on sdnotify: true for foreman_proxy
1 parent 0863322 commit 4e2c6a9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/roles/foreman_proxy/tasks/main.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
name: "foreman-proxy"
5252
image: "{{ foreman_proxy_container_image }}:{{ foreman_proxy_container_tag }}"
5353
state: quadlet
54+
sdnotify: true
5455
network: host
5556
hostname: "{{ ansible_fqdn }}"
5657
secrets:
@@ -76,9 +77,3 @@
7677
name: foreman-proxy
7778
enabled: true
7879
state: started
79-
80-
- name: Wait for Foreman Proxy service to be accessible
81-
ansible.builtin.wait_for:
82-
host: "{{ ansible_fqdn }}"
83-
port: 9090
84-
timeout: 300

0 commit comments

Comments
 (0)