Skip to content

Commit

Permalink
Reset temporary collection source
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Nov 20, 2024
1 parent da24b23 commit 8bd7428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/spin
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ AUTO_UPDATE_INTERVAL_IN_DAYS=${AUTO_UPDATE_INTERVAL_IN_DAYS:-14}
AUTO_PULL_INTERVAL_IN_DAYS=${AUTO_PULL_INTERVAL_IN_DAYS:-1}

# Ansible Variables
SPIN_ANSIBLE_COLLECTION_NAME="${SPIN_ANSIBLE_COLLECTION_NAME:-"git+https://github.com/serversideup/ansible-collection-spin.git,hardware-support"}"
SPIN_ANSIBLE_COLLECTION_NAME="git+https://github.com/serversideup/ansible-collection-spin.git,hardware-support" #TODO: Remove this once we have a new release
SPIN_ANSIBLE_COLLECTION_NAME="${SPIN_ANSIBLE_COLLECTION_NAME:-"serversideup.spin"}"

# Import common functions
source "$SPIN_HOME/lib/functions.sh"
Expand Down

0 comments on commit 8bd7428

Please sign in to comment.