1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Include .yamllint in manifest so yamllint works.

This commit is contained in:
Matt Clay 2017-04-12 10:21:11 -07:00
parent 731fc288fa
commit 38eed2dab0

View file

@ -3,6 +3,7 @@ prune hacking
include README.md COPYING
include requirements.txt
include .coveragerc
include .yamllint
include examples/hosts
include examples/ansible.cfg
include lib/ansible/module_utils/powershell.ps1