mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Setup git-credential-manager
This commit is contained in:
parent
99d5e66a25
commit
ba1fcf62a5
1 changed files with 7 additions and 0 deletions
|
|
@ -121,6 +121,7 @@
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- neofetch
|
- neofetch
|
||||||
- packer
|
- packer
|
||||||
|
- pass
|
||||||
- pcsc-tools
|
- pcsc-tools
|
||||||
- pcscd
|
- pcscd
|
||||||
- pdk
|
- pdk
|
||||||
|
|
@ -145,6 +146,12 @@
|
||||||
- yubikey-manager
|
- yubikey-manager
|
||||||
- zsh
|
- zsh
|
||||||
|
|
||||||
|
- name: Install git-credential-manager deb package
|
||||||
|
become: true
|
||||||
|
ansible.builtin.apt:
|
||||||
|
state: present
|
||||||
|
deb: https://github.com/GitCredentialManager/git-credential-manager/releases/download/v2.0.696/gcmcore-linux_amd64.2.0.696.deb
|
||||||
|
|
||||||
- name: Install Profile Switcher for Firefox deb package
|
- name: Install Profile Switcher for Firefox deb package
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue