Repository URL to install this package:
|
Version:
6.0.0 ▾
|
#!/bin/bash
set -euo pipefail
CURRENT_DIR="$(cd "$(dirname "$BASH_SOURCE")"; pwd)"
pushd "$CURRENT_DIR/.." >/dev/null
docker run --rm -t \
-v "$CURRENT_DIR/..:/runner" \
ansible/ansible-runner \
ansible-galaxy collection build --force
popd >/dev/null