Skip to content
Snippets Groups Projects
Commit d0bd63ad authored by Chris Martin's avatar Chris Martin
Browse files

ignore errors on failure to import nonexistent variables for inapplicable distros

parent 45c93cba
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -5,6 +5,7 @@
with_first_found:
- "{{ ansible_distribution }}-{{ ansible_distribution_major_version}}.yml"
- "{{ ansible_distribution }}.yml"
ignore_errors: true
# https://bugs.launchpad.net/cloud-init/+bug/1541196
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment