Skip to content

Commit

Permalink
changed to restart ambari for known status issue
Browse files Browse the repository at this point in the history
  • Loading branch information
grierdavid committed Jan 20, 2016
1 parent 0752614 commit b384185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/ambari-server/tasks/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == "7"

- name: Enable the ambari-server service
service: name=ambari-server state=started enabled=yes
service: name=ambari-server state=restarted enabled=yes

- name: Waiting for ambari-server to start listening on port 8080
wait_for: host={{ansible_fqdn}} port=8080
Expand Down

0 comments on commit b384185

Please sign in to comment.