Merge "docker-compose: update header syntax"

This commit is contained in:
Zuul 2021-05-07 01:40:04 +00:00 committed by Gerrit Code Review
commit 1aa6969c7e
1 changed files with 2 additions and 1 deletions

View File

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