Browse Source

enhance formatting in lxc_guest playbook

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

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

@ -74,7 +74,7 @@
- debug: var=cert_request verbosity=2
- name: start sign request
raw: "{{ cert_request|to_json }}"
raw: "{{ cert_request | to_json }}"
delegate_to: "{{item}}"
delegate_facts: True
with_items: "{{groups['cas']}}"


Loading…
Cancel
Save