diff options
author | Matt Clay <matt@mystile.com> | 2017-04-12 10:21:11 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2017-04-12 10:59:52 -0700 |
commit | 38eed2dab08f01bcaa205b811b6a1870032a489e (patch) | |
tree | 5d4ed764aab326279b520ee5e0658ab15c7ae11f /MANIFEST.in | |
parent | 731fc288fa700cb7e90a2c33ebba7b00ca28cf56 (diff) | |
download | ansible-38eed2dab08f01bcaa205b811b6a1870032a489e.tar.gz |
Include .yamllint in manifest so yamllint works.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 4c49692b5b..523e28017b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 |