Rename vault_address to vault_bind_address

This commit is contained in:
mkrasilnikov
2017-09-05 00:16:44 +03:00
parent bf0af1cd3d
commit 3acb86805b
2 changed files with 4 additions and 4 deletions

View File

@@ -108,7 +108,7 @@
- name: issue_cert | Copy certificate serial to all hosts
copy:
content: "{{ hostvars[issue_cert_hosts|first]['issue_cert_result']['json']['data']['serial_number'] }}"
wcontent: "{{ issue_cert_result['issue_cert_result']['json']['data']['serial_number'] }}"
dest: "{{ issue_cert_path.rsplit('.', 1)|first }}.serial"
group: "{{ issue_cert_file_group | d('root' )}}"
mode: "{{ issue_cert_file_mode | d('0640') }}"