1
0
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:
Matt Bruzek
2017-10-19 07:57:35 -05:00
parent 4d1a5b58f6
commit 8084116102

View File

@@ -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: