mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 22:07:36 -02:30
Assorted renaming and string changes
This commit is contained in:
@@ -50,7 +50,7 @@ class ActionModule(ActionBase):
|
||||
session.auth = requests.auth.HTTPBasicAuth(username, password)
|
||||
headers = {
|
||||
'Content-Type': 'application/json',
|
||||
'User-Agent': '{} {} ({})'.format('AWX' if license == 'open' else 'Red Hat Ansible Tower', awx_version, license),
|
||||
'User-Agent': '{} {} ({})'.format('AWX' if license == 'open' else 'Red Hat Ansible Automation Platform', awx_version, license),
|
||||
}
|
||||
url = '/api/remediations/v1/remediations'
|
||||
while url:
|
||||
|
||||
Reference in New Issue
Block a user