From: Zack Cerza Date: Fri, 29 May 2015 23:50:45 +0000 (-0600) Subject: Add kernel_logging tag X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b256c8b258bfd45ec8ac840725ba9388ba62356e;p=ceph-cm-ansible.git Add kernel_logging tag So that we can easily run just those actions against testnodes Signed-off-by: Zack Cerza --- diff --git a/roles/testnode/tasks/setup-ubuntu.yml b/roles/testnode/tasks/setup-ubuntu.yml index c8cd6db..29ba7cb 100644 --- a/roles/testnode/tasks/setup-ubuntu.yml +++ b/roles/testnode/tasks/setup-ubuntu.yml @@ -30,10 +30,14 @@ - 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: