Install certs to be able to connect to github
This commit is contained in:
parent
049a97b82e
commit
9157c3d387
@ -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:
|
github_key:
|
||||||
name: Added by ansible
|
name: Added by ansible
|
||||||
token: "{{ lookup('env', 'GITHUB_ACCESS_TOKEN') }}"
|
token: "{{ lookup('env', 'GITHUB_ACCESS_TOKEN') }}"
|
||||||
|
Reference in New Issue
Block a user