mirror of
https://github.com/openshift/openshift-ansible-contrib.git
synced 2026-02-05 09:45:58 +01:00
Fixing the indent on the when clause.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
- name: "Set Docker Storage fact if already configured"
|
||||
set_fact:
|
||||
docker_storage_setup: true
|
||||
when: pvs.stdout | search(docker_storage_block_device ~ '.*' ~ docker_storage_volume_group)
|
||||
when: pvs.stdout | search(docker_storage_block_device ~ '.*' ~ docker_storage_volume_group)
|
||||
|
||||
- name: "Configure Docker Storage Setup"
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user