Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
322 B

  1. ### DEPRECATED -> import role `ca_cert` instead
  2. - debug:
  3. msg: "Warning, deprecated"
  4. - name: 'CA_MANAGER | sending request to ca...'
  5. raw: '{{ ca_request | to_json }}'
  6. delegate_to: 'authorities_request'
  7. delegate_facts: True
  8. register: request_result
  9. failed_when: '( request_result.stdout | from_json ).failed'