metrics-for-apps: hotfix fix tags

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2021-07-22 10:49:04 +01:00
parent a297d3ac25
commit 6854214b6e

View file

@ -87,6 +87,8 @@
- name: ensure the lv for the guest is made
lvol: lv={{ inventory_hostname }} vg={{ volgroup }} size={{ lvm_size }} state=present
delegate_to: "{{ vmhost }}"
tags:
- kvm_deploy
when: inventory_hostname in ((groups['ocp_controlplane_stg'] + groups['ocp_boostrap_stg']) | unique)
- name: == OCP KVM provisioning == Deploying the OCP Virtual Guest[s]
command: "{{ virt_install_command }}"