Skip to content
Snippets Groups Projects
Commit ad313c9d authored by mkrasilnikov's avatar mkrasilnikov
Browse files

typo fix

parent 06035c0f
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@
- name: issue_cert | Copy certificate serial to all hosts
copy:
wcontent: "{{ issue_cert_result['json']['data']['serial_number'] }}"
content: "{{ 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') }}"
......
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