From d92b8c9420e19ff637dff76b5233b9817871fec0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 17 Jan 2019 22:18:40 +0000 Subject: [PATCH] rhel8b virt install: comment removing old facts as then we can't use python3 Signed-off-by: Kevin Fenzi --- tasks/virt_instance_create.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index 06fab0c399..5e226648e6 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -9,10 +9,10 @@ register: result check_mode: no -- name: ensure no old facts exist - delegate_to: localhost - file: path=/root/.ansible_facts_cache/{{ inventory_hostname }} state=absent - when: inventory_hostname not in result.list_vms +#- name: ensure no old facts exist +# delegate_to: localhost +# file: path=/root/.ansible_facts_cache/{{ inventory_hostname }} state=absent +# when: inventory_hostname not in result.list_vms - name: ensure the lv for the guest is made lvol: lv={{ inventory_hostname }} vg={{ volgroup }} size={{ lvm_size }} state=present