docker-compose: update header syntax

The HEADER_ format argument has been deprecated for some time, but
now removed from Ansible.  Update it.

Change-Id: I80256978f676e58416c939efd78003df0d08dd56
This commit is contained in:
Ian Wienand 2020-12-08 12:51:51 +11:00
parent 99136e1e16
commit 6705931678

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