From e8531a0647fcf423bded9fb3e424a2a57382fe8c Mon Sep 17 00:00:00 2001 From: Yurii Prokulevych Date: Fri, 16 Feb 2018 15:01:26 +0100 Subject: [PATCH] Use the last name of a file path of deployment-files parameter. IR uses basename of deployment-files path as a base for environment files. Use same mechanism here when looking for docker-images.yaml file. Change-Id: I135ed98b45616e4daa49a68393818c1f2458c6d9 (cherry picked from commit fa31a8f7a5dac8af030773b5a9a1d9514ccb7e73) --- infrared_plugin/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrared_plugin/main.yml b/infrared_plugin/main.yml index d5597e76..20756d31 100644 --- a/infrared_plugin/main.yml +++ b/infrared_plugin/main.yml @@ -90,7 +90,7 @@ - name: Set deployment-files base set_fact: - container_registry_file: "{{ install.deployment.files }}/docker-images.yaml" + container_registry_file: "{{ install.deployment.files | basename }}/docker-images.yaml" when: install.deployment.files - name: Set upgrade controller reboot