Skip to content

Commit 1740599

Browse files
committed
remove debugging stop
1 parent 39257e3 commit 1740599

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ansible/roles/nhc/tasks/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
path: "{{ nhc_tempfile.path }}"
1717

1818
- name: Remove timestamp from autogenerated NHC configuration
19+
# for idempotency
1920
ansible.builtin.replace:
2021
path: "{{ nhc_tempfile.path }}"
2122
# note this matches a multiline string:
@@ -30,5 +31,3 @@
3031
owner: root
3132
group: root
3233
mode: u=rw,go= # HealthCheckProgram is run by root
33-
34-
- meta: end_here

0 commit comments

Comments
 (0)