Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 96509d9

Browse files
authored
Use brew to install Ansible (#234)
1 parent 4806d57 commit 96509d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ jobs:
8484
if: env.skip != 'true'
8585
run: |
8686
set -x
87+
[[ -f /usr/local/bin/2to3 ]] && rm /usr/local/bin/2to3
8788
brew update > /dev/null
88-
brew install bash coreutils gnu-sed
89+
brew install ansible bash coreutils gnu-sed
8990
brew upgrade packer vagrant
9091
if [[ "${{ matrix.stage }}" =~ "libvirt" ]]; then
9192
brew install qemu xorriso
@@ -94,7 +95,7 @@ jobs:
9495
brew upgrade virtualbox
9596
brew cask install virtualbox-extension-pack
9697
fi
97-
pip3 install ansible==2.9.15 pywinrm
98+
pip3 install pywinrm
9899
echo "/usr/local/bin:/usr/local/opt/gnu-sed/libexec/gnubin:/usr/local/opt/coreutils/libexec/gnubin" >> "${GITHUB_PATH}"
99100
100101
- name: Set environment variables from payload

0 commit comments

Comments
 (0)