Use error ignore instead of skip yes to remove deprecation warning
This commit is contained in:
		| @@ -7,7 +7,6 @@ | |||||||
|     file: '{{ lookup("first_found", findme ) }}' |     file: '{{ lookup("first_found", findme ) }}' | ||||||
|   vars: |   vars: | ||||||
|     findme: |     findme: | ||||||
|       errors: 'ignore' |  | ||||||
|       files: |       files: | ||||||
|         - '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}.yml' |         - '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}.yml' | ||||||
|         - '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-default.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 }}-{{ ansible_distribution_major_version }}-default.yml' | ||||||
|         - '{{ ansible_os_family }}-default.yml' |         - '{{ ansible_os_family }}-default.yml' | ||||||
|         - 'default.yml' |         - 'default.yml' | ||||||
|       skip: 'true' |       errors: 'ignore' | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user