|
|
|
@ -1,11 +1,15 @@
|
|
|
|
prune hacking
|
|
|
|
|
|
|
|
include README.rst
|
|
|
|
include README.rst
|
|
|
|
include COPYING
|
|
|
|
include COPYING
|
|
|
|
include SYMLINK_CACHE.json
|
|
|
|
include SYMLINK_CACHE.json
|
|
|
|
include requirements.txt
|
|
|
|
include requirements.txt
|
|
|
|
include .coveragerc
|
|
|
|
include .coveragerc
|
|
|
|
|
|
|
|
include shippable.yml
|
|
|
|
|
|
|
|
include tox.ini
|
|
|
|
|
|
|
|
include bin/ansible-test
|
|
|
|
include examples/hosts
|
|
|
|
include examples/hosts
|
|
|
|
include examples/ansible.cfg
|
|
|
|
include examples/ansible.cfg
|
|
|
|
|
|
|
|
include examples/scripts/ConfigureRemotingForAnsible.ps1
|
|
|
|
|
|
|
|
include examples/scripts/upgrade_to_ps3.ps1
|
|
|
|
recursive-include lib/ansible/executor/powershell *
|
|
|
|
recursive-include lib/ansible/executor/powershell *
|
|
|
|
recursive-include lib/ansible/module_utils/csharp *
|
|
|
|
recursive-include lib/ansible/module_utils/csharp *
|
|
|
|
recursive-include lib/ansible/module_utils/powershell *
|
|
|
|
recursive-include lib/ansible/module_utils/powershell *
|
|
|
|
@ -20,3 +24,4 @@ include MANIFEST.in
|
|
|
|
include changelogs/CHANGELOG*.rst
|
|
|
|
include changelogs/CHANGELOG*.rst
|
|
|
|
include contrib/README.md
|
|
|
|
include contrib/README.md
|
|
|
|
recursive-include contrib/inventory *
|
|
|
|
recursive-include contrib/inventory *
|
|
|
|
|
|
|
|
exclude test/sanity/code-smell/botmeta.*
|
|
|
|
|