remove_ca_certificates.yml 100 B

12345
  1. ---
  2. - name: Remove CA certificate directory
  3. file:
  4. path: "{{ etcd_ca_dir }}"
  5. state: absent