From 52df8cd4f1ebd942804353e3203a89ded4f61ffa Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 17 May 2025 14:55:43 -0500 Subject: [PATCH] update --- ansible/roles/devpod/tasks/main.yml | 14 ++++++++++---- install.sh | 4 +--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ansible/roles/devpod/tasks/main.yml b/ansible/roles/devpod/tasks/main.yml index 379f6d9..55e5845 100644 --- a/ansible/roles/devpod/tasks/main.yml +++ b/ansible/roles/devpod/tasks/main.yml @@ -1,14 +1,14 @@ - name: Load devpod variables if DEVPOD is true include_vars: "vars/devpod.yml" -- name: install apt - include_tasks: "./scripts/install_apt.yml" +#- name: install apt +# include_tasks: "./scripts/install_apt.yml" #- name: install brew # include_tasks: "./scripts/install_brew.yml" - #- name: install go - # include_tasks: "./scripts/install_go.yml" +#- name: install go +# include_tasks: "./scripts/install_go.yml" - name: install go apps include_tasks: "./scripts/install_goapps.yml" @@ -18,3 +18,9 @@ shell: "stow --adopt ." args: chdir: ~/dotfiles + +- name: git reset + become_user: user + shell: "git reset --hard" + args: + chdir: ~/dotfiles diff --git a/install.sh b/install.sh index c74108a..00cd2d6 100644 --- a/install.sh +++ b/install.sh @@ -2,6 +2,4 @@ sudo apt install stow -y stow --adopt . nix-env -iA nixpkgs.myPackages -#sudo apt update -#sudo apt install ansible -y -#make devpod +make devpod