metrics-for-apps: hotfix fix tags
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
a297d3ac25
commit
6854214b6e
1 changed files with 2 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue