[#62] Standardize yaml file extensions

Currently we have mixed extensions of .yml and .yaml, this patch is
an effort to standardize all yaml documents as .yaml

Change-Id: I7eb815584de5856bbdac9a828ccad8518e8c1729
This commit is contained in:
Alexander Hughes
2020-02-24 09:29:21 -05:00
parent 0501a3b919
commit d5e28362f2
55 changed files with 23 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
- name: Include test variables.
include_vars:
file: vars.yml
file: vars.yaml
- name: install libvirt
include_role:
name: libvirt-install