Skip to content

Commit

Permalink
Fix broken CI because of request_timeout added to awx (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 authored Aug 16, 2023
1 parent b513a43 commit 23e609c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelogs/fragments/add_request_timeout.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
minor_changes:
- Adds request_timeout to controller_export_diff module
...
7 changes: 6 additions & 1 deletion plugins/modules/controller_export_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
- A dictionary structure as returned by the token module.
- If value not set, will try environment variable C(CONTROLLER_OAUTH_TOKEN) and then config files
type: raw
version_added: "3.7.0"
aliases: [ tower_oauthtoken ]
validate_certs:
description:
Expand All @@ -148,6 +147,12 @@
- If value not set, will try environment variable C(CONTROLLER_VERIFY_SSL) and then config files
type: bool
aliases: [ tower_verify_ssl ]
request_timeout:
description:
- Specify the timeout Ansible should use in requests to the controller host.
- Defaults to 10s, but this is handled by the shared module_utils code
type: float
version_added: "2.6.0"
controller_config_file:
description:
- Path to the controller config file.
Expand Down

0 comments on commit 23e609c

Please sign in to comment.