Actually standardize vars files using yaml suffix

This commit is contained in:
Ethan Paul 2021-04-25 22:11:15 -04:00
parent 746399c1de
commit 9ab3a40364
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
6 changed files with 4 additions and 4 deletions

View File

@ -24,9 +24,9 @@
- name: Configure local accounts
hosts: all
vars_files:
- vars/accounts.yml
- vars/secrets/passwords.yml
- vars/sshkeys.yml
- vars/accounts.yaml
- vars/secrets/passwords.yaml
- vars/sshkeys.yaml
tasks:
- name: Create omni group
become: true

View File

@ -5,7 +5,7 @@
- name: Configure system settings
hosts: all
vars_files:
- vars/packages.yml
- vars/packages.yaml
pre_tasks:
- import_tasks: tasks/centos-8-kernelplus.yml
tasks: