ALways run this commend so check and diff runs don't fail.

This commit is contained in:
Kevin Fenzi 2015-09-27 17:37:43 +00:00
parent 981f1906a1
commit 7599be9aa8

View file

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