Skip to content

Commit

Permalink
sanity fix
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC committed Aug 29, 2024
1 parent 61eabe6 commit 955c930
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions changelogs/fragments/bye_connection_local.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
minor_changes:
- ansible.netcommon.persistent - Connection local is marked deprecated dependent colletions are adviced to move to proper connection plugin, complete support of connection local will be removed in a release 01-01-2027.
- Cleaning up already deprecated code in netconf action class.
- ansible.netcommon.persistent - Connection local is marked deprecated and all dependent collections are advised to move to a proper connection plugin, complete support of connection local will be removed in a release 01-01-2027.
2 changes: 1 addition & 1 deletion changelogs/fragments/update_error_msg.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
trivial:
bugfixes:
- Updated the error message for the content_templates parser to include the correct parser name and detailed error information.
4 changes: 3 additions & 1 deletion plugins/connection/persistent.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ def run(self):
host=self._play_context.remote_addr,
)
display.deprecated(
"support for connection local has been deprecated from ansible.netcommon and will be removed in a release after 01-01-2027"
msg="support for connection local has been deprecated",
date="2027-01-01",
collection_name="ansible.netcommon",
)
variables = {"ansible_command_timeout": self.get_option("persistent_command_timeout")}
socket_path = start_connection(self._play_context, variables, self._task_uuid)
Expand Down

0 comments on commit 955c930

Please sign in to comment.