fixed deprecated usage of HEADER_* in boot-rescue

netsplit
Niklas Yann Wettengel 7 years ago
parent 391c4effc1
commit 582c236ad1

@ -19,7 +19,8 @@
force_basic_auth: yes
body: "os=linux&arch=64&authorized_key={{ rescue_authorized_key }}"
status_code: 200
HEADER_Content-Type: "application/x-www-form-urlencoded"
headers:
Content-Type: "application/x-www-form-urlencoded"
register: activated
#- debug: var=activated

Loading…
Cancel
Save