]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Add the always tag to vars.yml.
authorAndrew Schoen <aschoen@redhat.com>
Mon, 13 Apr 2015 19:26:52 +0000 (14:26 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 16 Apr 2015 21:31:33 +0000 (16:31 -0500)
This makes it so vars.yml is always ran when using --tags.

You always want to load your vars, things break otherwise.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/tasks/main.yml

index dbe3949d69beb75376533954ea044a1a1fd013bb..bbc7af78b5315bac99adcac1fd588aa10b6c97ff 100644 (file)
@@ -3,6 +3,7 @@
 - include: vars.yml
   tags:
     - vars
+    - always
 
 - name: Set a high max open files limit for the teuthology user.
   template: