Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit cf02a9e

Browse files
committed
Install ansible-lint via Pip.
1 parent 6b13815 commit cf02a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ printf "\n"${green}"Checking playbook syntax..."${neutral}"\n"
9494
docker exec --tty $CONTAINER_ID env TERM=xterm ansible-playbook $DRUPALVM_DIR/provisioning/playbook.yml --syntax-check
9595

9696
# Run Ansible Lint.
97-
docker exec $CONTAINER_ID bash -c "easy_install ansible-lint"
97+
docker exec $CONTAINER_ID bash -c "pip install ansible-lint"
9898
docker exec $CONTAINER_ID bash -c "cd $DRUPALVM_DIR/provisioning && ansible-lint playbook.yml" || true
9999

100100
# Run the setup playbook.

0 commit comments

Comments
 (0)