summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2017-03-12 18:00:21 +0100
committerNiklas Yann Wettengel <niyawe@niyawe.de>2017-03-12 18:00:21 +0100
commit582c236ad1d67f06c668f012d119f63b7b4e8060 (patch)
treec8c3015d4a59a9dd2fa7b8cb55d93f237185db5a /roles
parent391c4effc1ec09883b10d96f0ab270ae8b78cbe9 (diff)
fixed deprecated usage of HEADER_* in boot-rescue
Diffstat (limited to 'roles')
-rw-r--r--roles/boot-rescue/tasks/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/boot-rescue/tasks/main.yml b/roles/boot-rescue/tasks/main.yml
index ad7ff9a..6b804cc 100644
--- a/roles/boot-rescue/tasks/main.yml
+++ b/roles/boot-rescue/tasks/main.yml
@@ -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