Fix misspelling of "errors" in deploy-steps.j2

Change-Id: I0e2429dc22a4ed03619b9c3f52b0dd1108aea56b
Closes-Bug: #1838099
This commit is contained in:
John Fulton 2019-07-26 19:48:46 +00:00
parent 236f4792a5
commit efae2298ad
1 changed files with 1 additions and 1 deletions

View File

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