|
@@ -21,7 +21,3 @@
|
|
|
- name: Create the libvirt storage pool for openshift
|
|
|
command: 'virsh -c {{ libvirt_uri }} pool-create-as {{ libvirt_storage_pool }} dir --target {{ libvirt_storage_pool_path }}'
|
|
|
when: pool_info_result.rc == 1
|
|
|
-
|
|
|
-- name: Refresh the libvirt storage pool for openshift
|
|
|
- command: 'virsh -c {{ libvirt_uri }} pool-refresh {{ libvirt_storage_pool }}'
|
|
|
- when: pool_info_result.rc == 1
|