Skip to content

Commit 5db2fe6

Browse files
committed
also install collections
1 parent 207b1ca commit 5db2fe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-playbook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
2828
source $HOME/.local/bin/env
2929

3030
# Install the Ansible dependencies.
31-
uvx --from ansible-core ansible-galaxy role install -r requirements.yml -p ./roles
31+
uvx --from ansible-core ansible-galaxy install -r requirements.yml -p ./roles
3232

3333
# Print our site-specific configuration file, for debugging purposes.
3434
cat inventory/local_site_specific_vars.yml

0 commit comments

Comments
 (0)