Setup git-credential-manager

This commit is contained in:
Gene Liverman 2022-06-27 16:45:03 -04:00
parent 99d5e66a25
commit ba1fcf62a5
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6

View file

@ -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: