[PR #10063/6a40d459 backport][stable-10] Add connection_timeout option to cobbler inventory (#10095)

Add connection_timeout option to cobbler inventory (#10063)

Signed-off-by: Orion Poplawski <orion@nwra.com>
(cherry picked from commit 6a40d459b5)

Co-authored-by: Orion Poplawski <orion@nwra.com>
This commit is contained in:
patchback[bot]
2025-05-02 10:34:25 +02:00
committed by GitHub
parent 3e5d58129d
commit 14e2dd4cea
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).