ansible-machine-setup/roles/github-auth/tasks/main.yaml

7 lines
191 B
YAML
Raw Normal View History

2020-05-31 10:51:41 +00:00
---
- name: app ssh pubkey to github account
github_key:
name: Added by ansible
token: "{{ lookup('env', 'GITHUB_ACCESS_TOKEN') }}"
pubkey: "{{ account.ssh_public_key }}"