Use error ignore instead of skip yes to remove deprecation warning

This commit is contained in:
Jason Rothstein 2020-01-01 23:48:51 -06:00
parent 758f0b2d54
commit 83ebd1d6a1

View File

@ -7,7 +7,6 @@
file: '{{ lookup("first_found", findme ) }}'
vars:
findme:
errors: 'ignore'
files:
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}.yml'
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-default.yml'
@ -16,5 +15,5 @@
- '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}-default.yml'
- '{{ ansible_os_family }}-default.yml'
- 'default.yml'
skip: 'true'
errors: 'ignore'