Skip to content

Commit

Permalink
add comumunity.general collection
Browse files Browse the repository at this point in the history
  • Loading branch information
awojasinski committed Jan 5, 2024
1 parent aa7bcd4 commit ffa7cef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ fi

pushd "$DOTFILES_DIR" > /dev/null 2>&1

# Update Ansible Galaxy
echo -e "Upating Ansible Galaxy..."
ansible-galaxy install -r requirements.yml > /dev/null 2>&1

# Run playbook
echo -e "Running playbook..."
if [[ -f $VAULT_SECRET ]]; then
echo -e "Using vault config file"
ansible-playbook --vault-password-file $VAULT_SECRET "$DOTFILES_DIR/playbook.yml" "$@"
Expand Down
2 changes: 2 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
collections:
- community.general

0 comments on commit ffa7cef

Please sign in to comment.