dotfiles to ssh after downloading
This commit is contained in:
@@ -18,6 +18,19 @@
|
||||
update: true
|
||||
become: false
|
||||
|
||||
- name: Restore dotfiles SSH origin
|
||||
ansible.builtin.command:
|
||||
argv:
|
||||
- git
|
||||
- -C
|
||||
- "{{ dotfiles_dir }}"
|
||||
- remote
|
||||
- set-url
|
||||
- origin
|
||||
- "{{ dotfiles_ssh_repo }}"
|
||||
become: false
|
||||
changed_when: false
|
||||
|
||||
- name: Install all dotfiles with GNU Stow
|
||||
ansible.builtin.shell: stow -R *
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user