test updates and httpd role fix

This commit is contained in:
Chris Meyers
2016-05-09 09:17:58 -04:00
parent 02f1f442d8
commit 1ab761b7b7

5
.gitignore vendored
View File

@@ -25,7 +25,7 @@ awx/ui/build_test
# Tower setup playbook testing # Tower setup playbook testing
setup/test/roles/postgresql setup/test/roles/postgresql
setup/test/roles/provision_docker **/provision_docker
# Python & setuptools # Python & setuptools
__pycache__ __pycache__
@@ -89,6 +89,9 @@ setup/setup.log
setup/inventory setup/inventory
tower-backup-* tower-backup-*
# Ansible
**/*.retry
# Other # Other
.tower_cycle .tower_cycle
env/* env/*