]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Add kernel_logging tag 41/head
authorZack Cerza <zack@redhat.com>
Fri, 29 May 2015 23:50:45 +0000 (17:50 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 29 May 2015 23:50:45 +0000 (17:50 -0600)
So that we can easily run just those actions against testnodes

Signed-off-by: Zack Cerza <zack@redhat.com>
roles/testnode/tasks/setup-ubuntu.yml

index c8cd6db1c21ae3ef2358ae91fd888b8f4d23e446..29ba7cb28ac9189e7bcb70a667361580a44b5741 100644 (file)
 - name: Enable kernel logging to console.
   script: scripts/kernel_logging.sh creates=/kernel-logging-setup
   register: kernel_logging
+  tags:
+    - kernel_logging
 
 - name: Update grub
   command: update-grub
   when: kernel_logging|changed
+  tags:
+    - kernel_logging
 
 - name: Upload ttyS1.conf.
   template: