From f35c16e4f01d9394befc0b82e2cd98135aa77b91 Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Wed, 3 Feb 2021 18:47:32 -0600 Subject: [PATCH] update --- .../targets/tower_project/tasks/playbook.yml | 40 ------------------- 1 file changed, 40 deletions(-) delete mode 100644 awx_collection/tests/integration/targets/tower_project/tasks/playbook.yml diff --git a/awx_collection/tests/integration/targets/tower_project/tasks/playbook.yml b/awx_collection/tests/integration/targets/tower_project/tasks/playbook.yml deleted file mode 100644 index b482c58b70..0000000000 --- a/awx_collection/tests/integration/targets/tower_project/tasks/playbook.yml +++ /dev/null @@ -1,40 +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: - - name: Update a git project, update the project and wait. - tower_project: - name: abcd - organization: Default - scm_type: git - scm_branch: empty_branch - scm_url: https://github.com/ansible/test-playbooks - allow_override: true - wait: true - update_project: true - register: result - - - name: Sleep for 300 seconds and continue with play - wait_for: - timeout: 15 - - - name: Update a git project, update the project without waiting. - tower_project: - name: abcd - organization: Default - scm_type: git - scm_branch: empty_branch - scm_url: https://github.com/ansible/test-playbooks - wait: false - update_project: true - register: result \ No newline at end of file