Skip to content

Commit

Permalink
remove set remote task
Browse files Browse the repository at this point in the history
  • Loading branch information
gelocraft committed Dec 16, 2024
1 parent 6d1b047 commit fc5a416
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ansible/roles/git/tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
state: link
become_user: "{{ username }}"

- name: Change Remote Url of Dotfiles
ansible.builtin.shell:
cmd: >
"git -C ~/.dotfiles remote set-url
origin [email protected]:{{ dotfiles_repo }}.git"
become_user: "{{ username }}"

- name: Git Pull Dotfiles Changes on Reboot
ansible.builtin.cron:
name: git pull dotfiles @reboot
Expand Down

0 comments on commit fc5a416

Please sign in to comment.