Merge "Correct ignore_error -> ignore_errors"

This commit is contained in:
Zuul 2017-11-21 16:14:40 +00:00 committed by Gerrit Code Review
commit 807fe57585
1 changed files with 2 additions and 2 deletions

View File

@ -56,12 +56,12 @@ outputs:
- name: Check for os-net-config upgrade
shell: yum check-upgrade | grep os-net-config
register: os_net_config_need_upgrade
ignore_error: True
ignore_errors: True
tags: step3
- name: Check that os-net-config has configuration
shell: test -s /etc/os-net-config/config.json
register: os_net_config_has_config
ignore_error: True
ignore_errors: True
tags: step3
- block:
- name: Upgrade os-net-config