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:
Dmitriy Rabotyagov 2022-04-13 14:26:08 +02:00 committed by Dmitriy Rabotyagov
parent efa153ea15
commit 6193908b16

View File

@ -114,6 +114,8 @@
return_content: yes
register: _abs_reqs
run_once: true
check_mode: false
ignore_errors: "{{ ansible_check_mode }}"
tags:
- always