Quick-start: set content-type header on ssh key upload

Gerrit 2.16 was released and is more strict about the content-type
header on ssh key uploads.  Specify it is text/plain (which is what
the documentation indicates it should be).

Change-Id: Ic1b60737df5aeea5b1b44ea3dea63e7020366f95
This commit is contained in:
James E. Blair 2018-11-19 07:14:08 -08:00
parent 71f60674b9
commit e41e83a5ef
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
password: secret
body: "{{ lookup('file', '/var/ssh/admin.pub') }}"
status_code: 201
HEADER_Content-Type: text/plain
- name: Create temp dir for Gerrit config update
shell: mktemp -d