Replace skip with errors=ignore
Upstream deprecated "skip:" in preference of errors="ignore" [1].
Update playbooks to silence deprecation warning
[1] e17a2b502d
Change-Id: I72284f6ca8aaaa1ba5f94ad8e654d1b337ae762f
This commit is contained in:
committed by
Clark Boylan
parent
18ee97749c
commit
161906647b
@@ -43,8 +43,7 @@
|
||||
vars:
|
||||
params:
|
||||
files: "{{ distro_lookup_path }}"
|
||||
skip: true
|
||||
loop: "{{ query('first_found', params) }}"
|
||||
loop: "{{ query('first_found', params, errors='ignore') }}"
|
||||
|
||||
- name: Enable iptables service
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user