* initial galaxy.yml * added readme * lint fix * Updated description Co-authored-by: Dov Benyomin Sohacheski <b@kloud.email> * Updated license_file section Co-authored-by: Dov Benyomin Sohacheski <b@kloud.email> * Updated tags section Co-authored-by: Dov Benyomin Sohacheski <b@kloud.email> * Updated dependencies section Co-authored-by: Dov Benyomin Sohacheski <b@kloud.email> * removed extra empty line galaxy created --------- Co-authored-by: Harald Fielker <harald.fielker@gmail.com> Co-authored-by: Dov Benyomin Sohacheski <b@kloud.email> Co-authored-by: Techno Tim <timothystewart6@gmail.com>
21 lines
517 B
Plaintext
21 lines
517 B
Plaintext
---
|
|
exclude_paths:
|
|
# default paths
|
|
- '.cache/'
|
|
- '.github/'
|
|
- 'test/fixtures/formatting-before/'
|
|
- 'test/fixtures/formatting-prettier/'
|
|
|
|
# The "converge" and "reset" playbooks use import_playbook in
|
|
# conjunction with the "env" lookup plugin, which lets the
|
|
# syntax check of ansible-lint fail.
|
|
- 'molecule/**/converge.yml'
|
|
- 'molecule/**/prepare.yml'
|
|
- 'molecule/**/reset.yml'
|
|
|
|
# The file was generated by galaxy ansible - don't mess with it.
|
|
- 'galaxy.yml'
|
|
|
|
skip_list:
|
|
- 'fqcn-builtins'
|