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:
parent
99136e1e16
commit
6705931678
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user