From c6216bb784ea892e2cb9019ac17c6677a3d21de2 Mon Sep 17 00:00:00 2001 From: Nandu-pns Date: Tue, 7 May 2024 20:36:05 +0530 Subject: [PATCH] fix: Docker publish workflow --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7137caa..44cb5be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN python3 -m pipx ensurepath RUN pipx install --include-deps ansible RUN pipx install ansible-core # Windows WinRM dependency -RUN /root/.local/pipx/venvs/ansible/bin/python -m pip install pywinrm +RUN /root/.local/share/pipx/venvs/ansible/bin/python -m pip install pywinrm # Install other ansible dependencies RUN /root/.local/bin/ansible-galaxy collection install ansible.windows ansible.utils