Install certs to be able to connect to github

master
Michael Mandl 2020-05-31 15:58:25 +02:00
parent 049a97b82e
commit 9157c3d387
1 changed files with 7 additions and 1 deletions

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') }}"