From 6854214b6ed24ac9e66c3c6fce7a57090a213075 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Thu, 22 Jul 2021 10:49:04 +0100 Subject: [PATCH] metrics-for-apps: hotfix fix tags Signed-off-by: David Kirwan --- playbooks/manual/ocp4-place-ignitionfiles.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/manual/ocp4-place-ignitionfiles.yml b/playbooks/manual/ocp4-place-ignitionfiles.yml index f2786475d7..db63d4bbb9 100644 --- a/playbooks/manual/ocp4-place-ignitionfiles.yml +++ b/playbooks/manual/ocp4-place-ignitionfiles.yml @@ -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 }}"