summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2021-09-22 16:01:42 -0700
committerGitHub <noreply@github.com>2021-09-22 16:01:42 -0700
commit5cb54e8c58555d6aaa0174d7fa5ab7f5510e8074 (patch)
tree6c7e8f98fa49105c5859fd1641d448a55775baad /MANIFEST.in
parent440cf15aeb134e7df3969d4481dbe027358d74db (diff)
downloadansible-5cb54e8c58555d6aaa0174d7fa5ab7f5510e8074.tar.gz
ansible-test - Create injector scripts at runtime. (#75761)
* ansible-test - Create injector scripts at runtime. * Set bootstrap.sh shebang at runtime. * Remove shebang and execute bit from importer. * Update shebang sanity test. * Preserve line numbers.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 5fbecb4597..b87e4c388b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -27,7 +27,6 @@ recursive-include test/integration *
recursive-include test/lib/ansible_test/config *.yml *.template
recursive-include test/lib/ansible_test/_data *.cfg *.ini *.ps1 *.txt *.yml coveragerc
recursive-include test/lib/ansible_test/_util *.cfg *.json *.ps1 *.psd1 *.py *.sh *.txt *.yml
-recursive-include test/lib/ansible_test/_util/target/injector ansible ansible-config ansible-connection ansible-console ansible-doc ansible-galaxy ansible-inventory ansible-playbook ansible-pull ansible-test ansible-vault pytest
recursive-include test/lib/ansible_test/_util/controller/sanity/validate-modules validate-modules
recursive-include test/sanity *.json *.py *.txt
recursive-include test/support *.py *.ps1 *.psm1 *.cs