Display the generated public key for docs
Since sundries got reinstalled, there is a new ssh key, and so we need to change the key on Pagure. Rather than bothering someone each time that happen, it is better to just display it so it can be added to Pagure.
This commit is contained in:
parent
e83196adef
commit
a15f67be02
1 changed files with 5 additions and 0 deletions
|
@ -20,9 +20,14 @@
|
|||
name: _update_docs_trans
|
||||
generate_ssh_key: yes
|
||||
ssh_key_file: .ssh/id_rsa_docs_trans
|
||||
register: user_result
|
||||
tags:
|
||||
- fedora-docs-translation
|
||||
|
||||
- name: Display the public key to add it to pagure
|
||||
debug:
|
||||
var: user_result.ssh_public_key
|
||||
|
||||
- copy:
|
||||
src: ssh_config
|
||||
dest: ~_update_docs_trans/.ssh/config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue