summaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml.example
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-11-30 22:54:51 +0100
committerAhmed AbdelHalim <[email protected]>2025-11-30 22:54:51 +0100
commit4ec1448cf90d3080ce4fe151e4c9a08fa8c08170 (patch)
tree187a5d6bc339c92db7c87b3ce23d46a27cb10165 /group_vars/all.yml.example
parent7083f1f283a9e8fafb3918b988103429190a0478 (diff)
Fix dotfiles_setup_script to be idempotent
Diffstat (limited to 'group_vars/all.yml.example')
-rw-r--r--group_vars/all.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example
index 16730008..d0066bcc 100644
--- a/group_vars/all.yml.example
+++ b/group_vars/all.yml.example
@@ -43,6 +43,7 @@ password_policy_gecoscheck: 0
dotfiles_repo_url: "https://git.sr.ht/~a14m/.rc"
dotfiles_setup_script: |
+ rm -f ~/.bash_profile
cd ~/.rc
stow --no-folding .
chmod 0700 ~/.gnupg