Add connection_timeout option to cobbler inventory (#10063)

Signed-off-by: Orion Poplawski <orion@nwra.com>
This commit is contained in:
Orion Poplawski
2025-05-01 22:17:23 -06:00
committed by GitHub
parent 7e4d6aa541
commit 6a40d459b5
2 changed files with 25 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- cobbler inventory plugin - add ``connection_timeout`` option to specify the connection timeout to the cobbler server (https://github.com/ansible-collections/community.general/pull/11063).