Install certs to be able to connect to github

This commit is contained in:
Michael Mandl 2020-05-31 15:58:25 +02:00
parent 049a97b82e
commit 9157c3d387

View File

@ -1,5 +1,11 @@
---
- name: app ssh pubkey to github account
- name: install required packages
package:
name:
- ca-certificates
state: latest
- name: add ssh pubkey to github account
github_key:
name: Added by ansible
token: "{{ lookup('env', 'GITHUB_ACCESS_TOKEN') }}"