summaryrefslogtreecommitdiffstats
path: root/roles/password_store
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-06 21:03:51 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-06 21:03:51 +0100
commit88c24cbe4fd49d19d73707f4f7db3ea1b25117ca (patch)
tree01b5272b63041b366498bea0af6af7219ed42413 /roles/password_store
parent6619a6ca5d381a2015ed4b7e45a1a6c1ce80c542 (diff)
Fix password store clone detached head
Diffstat (limited to 'roles/password_store')
-rw-r--r--roles/password_store/tasks/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/password_store/tasks/main.yml b/roles/password_store/tasks/main.yml
index acd0b5f0..a65bce98 100644
--- a/roles/password_store/tasks/main.yml
+++ b/roles/password_store/tasks/main.yml
@@ -15,5 +15,4 @@
clone: true
update: false
single_branch: true
- version: "refs/heads/main"
- force: true
+ version: "main"