You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
322 B
9 lines
322 B
---
|
|
- hosts: ['debian10']
|
|
tasks:
|
|
- name: Update existing YADM install with remote ip-address plugin and replace own
|
|
shell: |
|
|
yadm remote set-url origin https://vcs.wpstudio.ru/gitea/dotfiles.git
|
|
rm -rf .tmux/plugins/tmux-ip-address
|
|
yadm pull
|
|
yadm checkout .
|