From 41d033f399d75b6b7235781b79ae8d73e07a0d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 21 Aug 2017 12:54:00 +0200 Subject: [PATCH] get rid of structured vars (missing var) --- roles/hostpath-provisioner/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/hostpath-provisioner/tasks/main.yml b/roles/hostpath-provisioner/tasks/main.yml index b057c33..8d801d4 100644 --- a/roles/hostpath-provisioner/tasks/main.yml +++ b/roles/hostpath-provisioner/tasks/main.yml @@ -25,7 +25,7 @@ - name: Copy the PersistentVolumeClaim object definition copy: src=registry-storage-pvc.yaml dest={{tempfile.path}}/registry-storage-pvc.yaml - when: hostpath_provisioner_options.patch_docker_registry + when: hostpath_provisioner_patch_docker_registry - name: Create a PersistentVolumeClaim for the docker-registry command: oc create -n default -f {{tempfile.path}}/registry-storage-pvc.yaml