diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-25 11:05:27 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-25 14:09:10 +0100 |
| commit | 63042a1f6b15f0a85e3cf943c71e6a88aaad442e (patch) | |
| tree | e3c0668be28b23bff23ae655caef14a4b69c6aa7 /roles/password_store/tasks | |
| parent | 95dc690d4080e814fa6d7afce99808a171ee4964 (diff) | |
Fix the testing of passff (requires pass to be installed)
Update the firefox role dependencies and added notes about using passff
and it's required dependencies
Diffstat (limited to 'roles/password_store/tasks')
| -rw-r--r-- | roles/password_store/tasks/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/password_store/tasks/main.yml b/roles/password_store/tasks/main.yml index 0537b5fe..f25364a2 100644 --- a/roles/password_store/tasks/main.yml +++ b/roles/password_store/tasks/main.yml @@ -15,4 +15,5 @@ clone: true update: false single_branch: true - version: main + version: "refs/heads/main" + force: true |
