Delete test file

Delete test file
This commit is contained in:
Sean Sullivan 2021-01-18 12:20:27 -06:00 committed by GitHub
parent 91045534d0
commit e8ea6bc946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +0,0 @@
---
- name: Run Integration Test
hosts: localhost
connection: local
gather_facts: False
environment:
TOWER_HOST: https://ansible-tower-web-svc-tower.apps-crc.testing
TOWER_USERNAME: admin
TOWER_PASSWORD: password
TOWER_VERIFY_SSL: False
collections:
- awx.awx
tasks:
- include_tasks: main.yml