Skip to content

Commit aeef5bf

Browse files
author
Mason Morales
committed
Fix bug that causes play failure when splunk is stopped in check_splunk_status.yml
1 parent 49839de commit aeef5bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/splunk/tasks/check_splunk_status.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
register: splunk_status
55
become: true
66
become_user: "{{ splunk_nix_user }}"
7+
failed_when: false
78
changed_when: false

0 commit comments

Comments
 (0)