]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Add packges tag to ntp install
authorAndrew Schoen <aschoen@redhat.com>
Thu, 19 Mar 2015 19:27:31 +0000 (14:27 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 24 Mar 2015 00:18:50 +0000 (17:18 -0700)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/common/tasks/ntp.yml

index 6f4944a05ec361f475ee96d1d1be85b158f1cba2..1c1398fdadd27b32f8c833103e81ce2bf2fcb590 100644 (file)
@@ -4,12 +4,16 @@
     name: ntp
     state: present
   when: ansible_pkg_mgr  == "yum"
+  tags:
+    - packages
 
 - name: Install ntp package on deb based systems.
   apt:
     name: ntp
     state: present
   when: ansible_pkg_mgr  == "deb"
+  tags:
+    - packages
 
 - name: Create the ntp.conf file.
   template: