Skip to content

Commit

Permalink
Use SSH to clone kickstart.nvim repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Jan 2, 2024
1 parent 8aa4022 commit 2df035c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Main
hosts: all
hosts: CONTAINER

vars_files:
secrets.yml
Expand Down
3 changes: 2 additions & 1 deletion roles/provision/tasks/dotfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@

- name: Clone kickstart.nvim
ansible.builtin.git:
repo: "https://github.com/encephala/kickstart.nvim.git"
repo: "git@github.com:encephala/kickstart.nvim"
dest: "{{ home }}/.config/nvim"
accept_newhostkey: true

- name: Run kickstart.nvim setup
ansible.builtin.command:
Expand Down

0 comments on commit 2df035c

Please sign in to comment.