mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
recover line deletes
This commit is contained in:
parent
b7ab6ba9bb
commit
b904ad68a6
@ -338,9 +338,6 @@ class TowerModule(AnsibleModule):
|
||||
if headers.get('Content-Type', '') == 'application/json':
|
||||
data = dumps(kwargs.get('data', {}))
|
||||
|
||||
with open('/tmp/john', 'w') as f:
|
||||
f.write("{0}".format(self.url.geturl()))
|
||||
|
||||
try:
|
||||
response = self.session.open(method, self.url.geturl(), headers=headers, validate_certs=self.verify_ssl, follow_redirects=True, data=data)
|
||||
except(SSLValidationError) as ssl_err:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user