Add pubkey to github
parent
8e6e03d55c
commit
43b4c129ed
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: app ssh pubkey to github account
|
||||
github_key:
|
||||
name: Added by ansible
|
||||
token: "{{ lookup('env', 'GITHUB_ACCESS_TOKEN') }}"
|
||||
pubkey: "{{ account.ssh_public_key }}"
|
|
@ -8,6 +8,7 @@
|
|||
roles:
|
||||
- update-packages
|
||||
- user-account
|
||||
- github-auth
|
||||
- misc
|
||||
- oh-my-zsh
|
||||
- neovim
|
||||
|
|
Loading…
Reference in New Issue