diff options
author | AlanCoding <arominge@redhat.com> | 2019-08-30 23:11:01 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2019-09-27 20:29:03 +0200 |
commit | 2f0f692f4a2758a2d3dc8c2b6c21c5affd39906a (patch) | |
tree | b5df048a5ffb4c026146aa272f2fb4fd2ff19afc /.gitignore | |
parent | Move commit for migration of Ansible core tower modules (diff) | |
download | awx-2f0f692f4a2758a2d3dc8c2b6c21c5affd39906a.tar.xz awx-2f0f692f4a2758a2d3dc8c2b6c21c5affd39906a.zip |
Integrate Ansible core tower modules content into AWX
This commit includes all the changes involved in
converting the old Ansible Tower modules from commits
in Ansible core into the AWX collection that replaces it.
Also includes work needed to integrate it into the
AWX processes like tests, docs, and the Makefile.
Apply changes from content_collector tool
Add integrated module tests
operate via run_module fixture
add makefile target for them
Add flake8 target and fix flake8 errors
Update README
Make consolidated target for testing modules
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 778ea02004..2352b56baf 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,7 @@ venv/* use_dev_supervisor.txt .idea/* + +# Ansible module tests +awx_modules_test_venv/ +awx-awx-*.tar.gz |