We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207b1ca commit 5db2fe6Copy full SHA for 5db2fe6
1 file changed
.github/workflows/test-playbook.sh
@@ -28,7 +28,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
28
source $HOME/.local/bin/env
29
30
# Install the Ansible dependencies.
31
-uvx --from ansible-core ansible-galaxy role install -r requirements.yml -p ./roles
+uvx --from ansible-core ansible-galaxy install -r requirements.yml -p ./roles
32
33
# Print our site-specific configuration file, for debugging purposes.
34
cat inventory/local_site_specific_vars.yml
0 commit comments