Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossignolskier committed Apr 5, 2022
1 parent f8ff37b commit 982d6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install_validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ install_validator () {

if [ ! -z $skip_tags ]
then
SKIP_TAGS="--skip-tags [$skip_tags]"
SKIP_TAGS="--skip-tags $skip_tags"
fi

ansible-playbook --connection=local --inventory ./inventory/$inventory --limit localhost playbooks/pb_install_validator.yaml --extra-vars "@/etc/sv_manager/sv_manager.conf" $SOLANA_VERSION $EXTRA_INSTALL_VARS $TAGS $SKIP_TAGS
Expand Down

0 comments on commit 982d6d9

Please sign in to comment.