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

Commit 2bc448b

Browse files
committed
Issue #814: Don't install dependencies on Windows or non-Ansible-powered hosts.
1 parent f912ca1 commit 2bc448b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provisioning/JJG-Ansible-Windows/windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ if ! command -v ansible >/dev/null; then
7171
fi
7272

7373
# Install requirements.
74-
echo "Installing Ansible roles from requirements file, if available."
75-
find "$PLAYBOOK_DIR" \( -name "requirements.yml" -o -name "requirements.txt" \) -exec sudo ansible-galaxy install --force --ignore-errors -r {} \;
74+
#echo "Installing Ansible roles from requirements file, if available."
75+
#find "$PLAYBOOK_DIR" \( -name "requirements.yml" -o -name "requirements.txt" \) -exec sudo ansible-galaxy install --force --ignore-errors -r {} \;
7676

7777
# Run the playbook.
7878
echo "Running Ansible provisioner defined in Vagrantfile."

0 commit comments

Comments
 (0)