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

Commit

Permalink
Update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincoakley committed Dec 15, 2017
1 parent f47cf59 commit 958263a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,16 @@
owner: root
group: root
mode: 0644
tags:
- service
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '14.04'
register: upstart
tags:
- service

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

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

0 comments on commit 958263a

Please sign in to comment.