We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b72d6d + 0ee8ab7 commit 38aee41Copy full SHA for 38aee41
scripts/ci.sh
@@ -25,6 +25,9 @@ function main() {
25
# Install role.
26
docker cp . "${container}:${WORKSPACE}"
27
28
+ docker exec -t "${container}" mkdir "${WORKSPACE}/tests/roles"
29
+ docker exec -t "${container}" ln -s "${WORKSPACE}/" "${WORKSPACE}/tests/roles/devops-coop.minecraft"
30
+
31
# Validate syntax
32
docker exec -t "${container}" ansible-playbook \
33
-i "${WORKSPACE}/tests/inventory" \
tests/roles/benwebber.minecraft
0 commit comments