Skip to content
Snippets Groups Projects
Commit d99a195a authored by Jupiter Hu's avatar Jupiter Hu
Browse files

Fixed merge conflict

parent 31676c75
No related branches found
No related tags found
No related merge requests found
......@@ -33,12 +33,8 @@
remote_user: "{{ hostvars[x509_ca_server]['ansible_ssh_user'] }}"
delegate_to: "{{ x509_ca_server }}"
shell: rm -rf /etc/easy-rsa/2.0/keys/{{ x509_common_name }}.*
<<<<<<< HEAD
when: cert is defined and cert.stat.size == 0
sudo: true
=======
when: cert.stat.exists == true and cert.stat.size == 0
>>>>>>> fa3117e79a9bbcf686a4172081fa582f5d04d0d8
- name: "set needcert if cert doesn't match key"
set_fact: needcert=True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment