Add defaults.yml back in to stop failure on var import

This commit is contained in:
Matt Willsher 2015-01-15 10:26:40 +00:00
parent 9b2beed513
commit f2648cc295
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
- "{{ ansible_distribution }}.yml"
- "{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_os_family }}.yml"
- default.yml
tags:
- sshd

1
vars/default.yml Normal file
View file

@ -0,0 +1 @@
---