summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/cicdansible/roles/setup_openstack_infrastructure/tasks/configure/volume.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cicdansible/roles/setup_openstack_infrastructure/tasks/configure/volume.yml b/tools/cicdansible/roles/setup_openstack_infrastructure/tasks/configure/volume.yml
index 8c553850..568b7202 100644
--- a/tools/cicdansible/roles/setup_openstack_infrastructure/tasks/configure/volume.yml
+++ b/tools/cicdansible/roles/setup_openstack_infrastructure/tasks/configure/volume.yml
@@ -7,7 +7,7 @@
partition_path: "{{ volume_path }}-part1"
- name: "Wait for volume"
#We do not do it normally, because we want to trigger udev (workaround for some bugs).
- shell: "udevadm trigger && udevadm settle && [[ -b {{ volume_path }} ]]"
+ shell: "udevadm trigger && udevadm settle && [ -b {{ volume_path }} ]"
register: result
retries: 30
delay: 10