Skip to content

Commit

Permalink
fix: Docker publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandu-pns committed May 7, 2024
1 parent 1d1e535 commit c6216bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6216bb

Please sign in to comment.