Skip to content
Snippets Groups Projects
Commit d45d940f authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Use become for Cinder LVM precheck"

parents 390c4d64 28076139
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@
- not enable_cinder_backend_quobyte | bool
- name: Checking LVM volume group exists for Cinder
become: true
command: "vgs {{ cinder_volume_group }}"
register: result
changed_when: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment