Skip to content

Commit

Permalink
psrp - Added proper reconnection variable name (ansible#59369)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Jul 22, 2019
1 parent a20afb5 commit 9ff26a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/psrp-reconnection.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- psrp - Added the ``ansible_psrp_reconnection_backoff`` variable to control the reconnection backoff setting - https://github.com/ansible/ansible/issues/58714
3 changes: 3 additions & 0 deletions lib/ansible/plugins/connection/psrp.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,11 @@
- The backoff time to use in between reconnection attempts.
(First sleeps X, then sleeps 2*X, then sleeps 4*X, ...)
- This is measured in seconds.
- The C(ansible_psrp_reconnection_backoff) variable was added in Ansible
2.9.
vars:
- name: ansible_psrp_connection_backoff
- name: ansible_psrp_reconnection_backoff
default: 2
version_added: '2.8'
message_encryption:
Expand Down

0 comments on commit 9ff26a4

Please sign in to comment.