OSBS: use stdout of the oc command to get the aarch64 service account token

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-11-06 08:32:14 +01:00
parent fd559dd4a2
commit e3a59b442b

View file

@ -437,7 +437,7 @@
- name: save the token locally
local_action: >
copy
content=orchestator-token-x86_64
content=orchestator-token-x86_64.stdout
dest=/tmp/.orchestator-token-x86_64
mode=0400