This commit is contained in:
DeveloperDurp 2025-05-17 15:07:23 -05:00
parent 98380809d8
commit ebef744e10

View file

@ -14,13 +14,11 @@
include_tasks: "./scripts/install_goapps.yml" include_tasks: "./scripts/install_goapps.yml"
- name: run stow - name: run stow
become_user: user
shell: "stow --adopt ." shell: "stow --adopt ."
args: args:
chdir: ~/dotfiles chdir: ~/dotfiles
- name: git reset - name: git reset
become_user: user
shell: "git reset --hard" shell: "git reset --hard"
args: args:
chdir: ~/dotfiles chdir: ~/dotfiles