diff --git a/awx_collection/tests/integration/targets/tower_workflow_launch/tasks/play.yml b/awx_collection/tests/integration/targets/tower_workflow_launch/tasks/play.yml deleted file mode 100644 index 2b10e65417..0000000000 --- a/awx_collection/tests/integration/targets/tower_workflow_launch/tasks/play.yml +++ /dev/null @@ -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 \ No newline at end of file