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:
parent
ce89504030
commit
d92b8c9420
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue