From 958263aca0b47061f482bcb63e1458a8f293a14d Mon Sep 17 00:00:00 2001 From: Kevin Coakley Date: Thu, 14 Dec 2017 19:30:13 -0800 Subject: [PATCH] Update tags --- tasks/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 8da32b1..6595d89 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: