Skip to content

Commit 6d8f394

Browse files
Chore/token renewal chores (#666)
Chore/token renewal chores See individual commit messages for details. Related to packit/private#60 Reviewed-by: Laura Barcziová
2 parents cf1d520 + 90499ff commit 6d8f394

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

devenv.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1752456450,
6+
"lastModified": 1756101922,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "e2a9d0dd4cf87a1801c6d9e0d7a57bdd6de26ace",
9+
"rev": "372c975fd0d5b7fc1ffbb15c75a21d7f9ea97603",
1010
"type": "github"
1111
},
1212
"original": {
@@ -40,10 +40,10 @@
4040
]
4141
},
4242
"locked": {
43-
"lastModified": 1750779888,
43+
"lastModified": 1755960406,
4444
"owner": "cachix",
4545
"repo": "git-hooks.nix",
46-
"rev": "16ec914f6fb6f599ce988427d9d94efddf25fe6d",
46+
"rev": "e891a93b193fcaf2fc8012d890dc7f0befe86ec2",
4747
"type": "github"
4848
},
4949
"original": {
@@ -74,10 +74,10 @@
7474
},
7575
"nixpkgs": {
7676
"locked": {
77-
"lastModified": 1751984180,
77+
"lastModified": 1756266583,
7878
"owner": "nixos",
7979
"repo": "nixpkgs",
80-
"rev": "9807714d6944a957c2e036f84b0ff8caf9930bc0",
80+
"rev": "8a6d5427d99ec71c64f0b93d45778c889005d9c2",
8181
"type": "github"
8282
},
8383
"original": {

docs/deployment/nix.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ Feel free to follow the [devenv.sh' “Getting Started”](https://devenv.sh/get
5757

5858
Bitwarden CLI is currently broken on macOS, therefore it's not included in the
5959
devenv.sh' config.
60+
61+
There's also a need to set `ANSIBLE_PYTHON` as _devenv.sh_ creates a venv with
62+
the dependencies that need to be installed manually (such as `kubernetes`) for
63+
the playbooks to work properly.

tasks/set-facts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,14 @@
4949
redis_hostname: "{{ kv_database }}"
5050

5151
- name: Set Bitwarden URI
52+
tags:
53+
- always
5254
ansible.builtin.set_fact:
5355
bw_uri: "ansible://{{ service }}/{{ deployment }}"
5456

5557
- name: Fetch git forges
5658
when: deployment != "dev"
59+
tags:
60+
- always
5761
ansible.builtin.set_fact:
5862
git_forges: "{{ lookup('community.general.bitwarden', bw_uri + '/git', search='') }}"

0 commit comments

Comments
 (0)