mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Overhaul ansible-test cloud test plugins. (#53044)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
- name: Fetch project_base_dir
|
||||
uri:
|
||||
url: "https://{{ lookup('env', 'TOWER_HOST') }}/api/v2/config/"
|
||||
user: "{{ lookup('env', 'TOWER_USERNAME') }}"
|
||||
password: "{{ lookup('env', 'TOWER_PASSWORD') }}"
|
||||
url: "https://{{ tower_host}}/api/v2/config/"
|
||||
user: "{{ tower_username }}"
|
||||
password: "{{ tower_password }}"
|
||||
validate_certs: false
|
||||
return_content: true
|
||||
register: awx_config
|
||||
|
||||
Reference in New Issue
Block a user