rhel8b virt install: comment removing old facts as then we can't use python3

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-01-17 22:18:40 +00:00
parent ce89504030
commit d92b8c9420

View file

@ -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