Browse Source

fix cert_key in set_fact task

update_ca_key
Edoardo Putti 8 years ago
parent
commit
f0ef142f87
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      roles/lxc_guest/tasks/main.yaml

+ 1
- 5
roles/lxc_guest/tasks/main.yaml View File

@ -130,11 +130,7 @@
- debug: var=cert_result verbosity=2
- set_fact:
cert_key: "{{ cert_result.results[0].stdout|string|from_json }}"
- debug:
var: request_output
verbosity: 2
cert_key: "{{ cert_result.stdout | string | from_json }}"
- name: Write certificate to container
container_file_write:


Loading…
Cancel
Save