Merge pull request #2050 from jbonachera/fix-vault-tls-validation

append newline char to vault generated certs
This commit is contained in:
Brad Beam
2017-12-11 08:41:34 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
- name: bootstrap/ca_trust | add CA to trusted CA dir
copy:
content: "{{ vault_cert_file_cat.get('stdout') }}"
content: "{{ vault_cert_file_cat.get('stdout') }}\n"
dest: "{{ ca_cert_path }}"
register: vault_ca_cert