From 2fb458ab74be618164981a32dabfce801fa9f488 Mon Sep 17 00:00:00 2001 From: Jauder Ho Bot Date: Tue, 3 Dec 2024 18:31:38 +0000 Subject: [PATCH] Updated ansible to 11.1.0 Signed-off-by: Jauder Ho Bot --- .github/workflows/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 899134fec80f..c7add19b1a15 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -12,7 +12,7 @@ on: - cron: "0 8 * * 1" env: - BUILD_VERSION: "11.0.0" + BUILD_VERSION: "11.1.0" DOCKER_CLI_EXPERIMENTAL: enabled REPOSITORY: ${{ github.actor }}/${{ github.workflow }}