diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-02-06 21:03:51 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-02-06 21:03:51 +0100 |
| commit | f8e6f85251a2e9cfec2c36a0760d6aa0653a19d4 (patch) | |
| tree | 01b5272b63041b366498bea0af6af7219ed42413 | |
| parent | f90b40c43652ad4cf85f33527a6d96e73853397f (diff) | |
Fix password store clone detached head
| -rw-r--r-- | roles/password_store/tasks/main.yml | 3 |
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" |
