We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c10029 commit 91603c2Copy full SHA for 91603c2
roles/candlepin/tasks/main.yml
@@ -77,6 +77,7 @@
77
- |
78
[Install]
79
WantedBy=default.target
80
+ health_startup_cmd: curl --fail --insecure https://localhost:23443/candlepin/status
81
82
- name: Run daemon reload to make Quadlet create the service files
83
ansible.builtin.systemd:
@@ -86,12 +87,3 @@
86
87
88
name: candlepin
89
state: restarted
-
90
-- name: Wait for Candlepin service to be accessible
91
- ansible.builtin.uri:
92
- url: 'https://localhost:23443/candlepin/status'
93
- validate_certs: false
94
- until: candlepin_status.status == 200
95
- retries: 60
96
- delay: 5
97
- register: candlepin_status
0 commit comments