We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8669f6f commit 4b3451cCopy full SHA for 4b3451c
src/roles/foreman_proxy/tasks/main.yaml
@@ -52,9 +52,6 @@
52
ansible.builtin.systemd:
53
daemon_reload: true
54
55
-- name: Flush handlers to restart services
56
- ansible.builtin.meta: flush_handlers
57
-
58
- name: Start the Foreman Proxy Service
59
60
name: foreman-proxy
@@ -68,3 +65,6 @@
68
65
username: "{{ foreman_initial_admin_username }}"
69
66
password: "{{ foreman_initial_admin_password }}"
70
67
validate_certs: false
+
+- name: Flush handlers to restart services
+ ansible.builtin.meta: flush_handlers
0 commit comments