add the package-install tags to some tasks in check_mandatory_vars

We'll want these checks to always run when we're installing packages

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/548/head
Andrew Schoen 2016-02-12 15:32:48 -06:00
parent f86da22ce6
commit beb966421e
1 changed files with 6 additions and 0 deletions

View 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: