Allow to run utility playbook in check mode
Always get list of repo packages from u-c or ignore error if we miss file on repo container Change-Id: Id7d9bbe0ad2c0f68b8b186cfe9e0bad21f77708d
This commit is contained in:
parent
efa153ea15
commit
6193908b16
@ -114,6 +114,8 @@
|
|||||||
return_content: yes
|
return_content: yes
|
||||||
register: _abs_reqs
|
register: _abs_reqs
|
||||||
run_once: true
|
run_once: true
|
||||||
|
check_mode: false
|
||||||
|
ignore_errors: "{{ ansible_check_mode }}"
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user