File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 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": {
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": {
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": {
Original file line number Diff line number Diff line change @@ -57,3 +57,7 @@ Feel free to follow the [devenv.sh' “Getting Started”](https://devenv.sh/get
5757
5858Bitwarden CLI is currently broken on macOS, therefore it's not included in the
5959devenv.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.
Original file line number Diff line number Diff line change 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='') }}"
You can’t perform that action at this time.
0 commit comments