From 836710635f47d7a280b7987e4f430fd7f1d52cb6 Mon Sep 17 00:00:00 2001 From: expressmailin <66966822+expressmailin@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:38:46 +0530 Subject: [PATCH 1/3] PR test 5 Signed-off-by: expressmailin <66966822+expressmailin@users.noreply.github.com> --- omnia.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/omnia.yml b/omnia.yml index 307e57a460..83b56064f6 100644 --- a/omnia.yml +++ b/omnia.yml @@ -1,5 +1,6 @@ # Copyright 2024 Dell Inc. or its subsidiaries. All Rights Reserved. # +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at From 86b2cacca43dbcc40039e5932f5949a107a7fe36 Mon Sep 17 00:00:00 2001 From: expressmailin <66966822+expressmailin@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:12:37 +0530 Subject: [PATCH 2/3] Update ansible.cfg Signed-off-by: expressmailin <66966822+expressmailin@users.noreply.github.com> --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 9b3a1890fc..2af2cb164f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -12,5 +12,5 @@ command_timeout = 180 connect_timeout = 180 [ssh_connection] -retries = 3 +retries = 4 ssh_args = -o ControlMaster=auto -o ControlPersist=60 -o ConnectTimeout=60 From 6a1c963f4bba080fff2f23cffd4cfcb4b3d8b40b Mon Sep 17 00:00:00 2001 From: expressmailin <66966822+expressmailin@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:07:06 +0530 Subject: [PATCH 3/3] Update ansible.cfg Signed-off-by: expressmailin <66966822+expressmailin@users.noreply.github.com> --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 2af2cb164f..893389ddd1 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -14,3 +14,4 @@ connect_timeout = 180 [ssh_connection] retries = 4 ssh_args = -o ControlMaster=auto -o ControlPersist=60 -o ConnectTimeout=60 +