fixing ansible-lint errors, fix gcsfuse

Ansible-lint is required for Ansible collection
certification for Automation Hub.

gcsfuse had no metadata associated with it, failing
the Ansible Hub upload.
This commit is contained in:
Yusuke Tsutsumi 2022-12-10 09:54:28 -08:00 committed by Yusuke Tsutsumi
commit 4907356bba
16 changed files with 71 additions and 33 deletions

View file

@ -5,8 +5,8 @@
vars:
params:
files:
- "os/{{ ansible_distribution|lower }}.yml"
- "os/{{ ansible_os_family|lower }}.yml"
- "os/{{ ansible_distribution | lower }}.yml"
- "os/{{ ansible_os_family | lower }}.yml"
- main.yml
paths:
- 'vars'