doc: update example setup playbook

The HEADER_* argument format for the uri module has been deprecated
for some time and now removed.  Update to use the new format.

Change-Id: I4691642213344f2516e6f146da669141db39772a
This commit is contained in:
Ian Wienand 2020-12-08 12:53:00 +11:00
parent 60587c79c2
commit 3f1183fb87
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,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