ALways run this commend so check and diff runs don't fail.
This commit is contained in:
parent
981f1906a1
commit
7599be9aa8
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
- name: read pub key into var
|
||||
command: cat /home/copr-service/.ssh/id_rsa.pub
|
||||
register: cat_pubkey
|
||||
always_run: yes
|
||||
|
||||
- set_fact: pubkey="{{cat_pubkey.stdout|join('')}}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue