Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Reload upstart config when upstart file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincoakley committed Dec 15, 2017
1 parent 37fa944 commit f47cf59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@
tags:
- service
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '14.04'
register: upstart

- name: Reload Upstart Configuration
command: /sbin/initctl reload-configuration
when: upstart.changed

- name: Ensure Zeppelin is started and enabled on boot
service:
Expand Down

0 comments on commit f47cf59

Please sign in to comment.