From efae2298ad58779f4ba074e3a920b2745c012751 Mon Sep 17 00:00:00 2001 From: John Fulton Date: Fri, 26 Jul 2019 19:48:46 +0000 Subject: [PATCH] Fix misspelling of "errors" in deploy-steps.j2 Change-Id: I0e2429dc22a4ed03619b9c3f52b0dd1108aea56b Closes-Bug: #1838099 --- common/deploy-steps.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index fa85661681..e6a285daae 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -560,7 +560,7 @@ outputs: - name: Check NetworkConfig script existence local_action: module: stat - path: {{ '"{{' }} lookup('first_found', NetworkConfig_paths, errros='ignore') {{ '}}"' }} + path: {{ '"{{' }} lookup('first_found', NetworkConfig_paths, errors='ignore') {{ '}}"' }} become: no register: NetworkConfig_stat vars: