Skip to content

Commit

Permalink
Fixed issue kibana is already installed in RedHat
Browse files Browse the repository at this point in the history
  • Loading branch information
fedelemantuano committed May 27, 2018
1 parent 3968edd commit 991d41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/kibana-RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
when: es_use_repository
register: redhat_kibana_install_from_repo
notify: restart kibana
until: '"failed" not in redhat_kibana_install_from_repo'
until: redhat_kibana_install_from_repo.rc == 0
retries: 5
delay: 10

Expand Down

0 comments on commit 991d41e

Please sign in to comment.