Add pubkey to github

master
Michael Mandl 2020-05-31 12:51:41 +02:00
parent 8e6e03d55c
commit 43b4c129ed
2 changed files with 7 additions and 0 deletions

View File

@ -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 }}"

View File

@ -8,6 +8,7 @@
roles:
- update-packages
- user-account
- github-auth
- misc
- oh-my-zsh
- neovim