]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
add the package-install tags to some tasks in check_mandatory_vars
authorAndrew Schoen <aschoen@redhat.com>
Fri, 12 Feb 2016 21:32:48 +0000 (15:32 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 16 Feb 2016 16:43:36 +0000 (10:43 -0600)
We'll want these checks to always run when we're installing packages

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/ceph-common/tasks/checks/check_mandatory_vars.yml

index dee96af341c757a6c90e9b40c3f1ca045abc9773..2cad7df3dc7683a6d14bdbdcc35fb741fe40686b 100644 (file)
@@ -5,6 +5,8 @@
   when:
     ceph_origin != 'upstream' and
     ceph_origin != 'distro'
+  tags:
+    - package-install
 
 - name: make sure an installation source was chosen
   fail:
@@ -15,6 +17,8 @@
     not ceph_dev and
     not ceph_stable_ice and
     not ceph_stable_rh_storage
+  tags:
+    - package-install
 
 - name: verify that a method was chosen for red hat storage
   fail:
@@ -23,6 +27,8 @@
     ceph_stable_rh_storage and
     not ceph_stable_rh_storage_cdn_install and
     not ceph_stable_rh_storage_iso_install
+  tags:
+    - package-install
 
 - name: make sure journal_size configured
   fail: