diff options
Diffstat (limited to 'roles/boot-rescue/tasks')
| -rw-r--r-- | roles/boot-rescue/tasks/main.yml | 3 | 
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  | 
