You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to provision the fedora/36-cloud-base or fedora/37-cloud-base images from Vagrant, the repartition_home task fails.
fatal: [ossbunsen-farm-f36-1]: FAILED! => {}
MSG:
The conditional check ''/home' in mount_points and 'home' in existing_lvs and '/home' not in ansible_env['PWD']' failed. The error was: error while evaluating conditional ('/home' in mount_points and 'home' in existing_lvs and '/home' not in ansible_env['PWD']): {%- if ansible_lvm is defined -%} {{ ansible_lvm.lvs.keys() | list }} {%- else -%} {{ [] }} {%- endif -%}: 'ansible.utils.unsafe_proxy.AnsibleUnsafeText object'
has no attribute 'lvs'. 'ansible.utils.unsafe_proxy.AnsibleUnsafeText object' has no attribute 'lvs'. {%- if ansible_lvm is defined -%} {{ ansible_lvm.lvs.keys() | list }} {%- else -%} {{ [] }} {%- endif -%}: 'ansible.utils.unsafe_proxy.AnsibleUnsafeText object' has no attribute 'lvs'. 'ansible.utils.unsafe_proxy.AnsibleUnsafeText object' has no attribute 'lvs'
The error appears to be in '/home/awalsh/git/github/dm-vdo/bunsen/provisioning/roles/repartition_home/tasks/main.yml': line 9, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- include_tasks: repartition.yml
^ here
The text was updated successfully, but these errors were encountered:
When attempting to provision the
fedora/36-cloud-base
orfedora/37-cloud-base
images from Vagrant, the repartition_home task fails.The text was updated successfully, but these errors were encountered: