Skip to content

Commit

Permalink
Install ansible-core instead of ansible package.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Dec 28, 2024
1 parent a4880a9 commit 41c984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-support/make_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rm -rf "${basedir}/docs"
apt-get update --quiet=2
apt-get install --yes --quiet=2 rsync

pip3 install ansible
pip3 install ansible-core

ansible-galaxy collection install "${2}"

Expand Down

0 comments on commit 41c984c

Please sign in to comment.