[ansible] add task for updating the dotfiles remote

pull/28/head
Alpha Chen 5 years ago
parent 20d3ed2e8c
commit 798b4589ec

@ -24,3 +24,11 @@
- zsh
# - import_playbook: playbooks/fish.yml
- hosts: all
tasks:
- name: update git remote for dotfiles
command: git remote set-url origin git@github.com:kejadlen/dotfiles.git
args:
chdir: ~/.dotfiles

Loading…
Cancel
Save