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

This commit is contained in:
Zuul 2019-07-31 03:23:53 +00:00 committed by Gerrit Code Review
commit 880838c325

View File

@ -572,7 +572,7 @@ outputs:
- name: Check NetworkConfig script existence - name: Check NetworkConfig script existence
local_action: local_action:
module: stat module: stat
path: {{ '"{{' }} lookup('first_found', NetworkConfig_paths, errros='ignore') {{ '}}"' }} path: {{ '"{{' }} lookup('first_found', NetworkConfig_paths, errors='ignore') {{ '}}"' }}
become: no become: no
register: NetworkConfig_stat register: NetworkConfig_stat
vars: vars: