Fix wrong FQCNs. (#225)

This commit is contained in:
Felix Fontein
2021-10-17 16:04:48 +02:00
committed by GitHub
parent dbc4675338
commit ec82806a59
2 changed files with 2 additions and 2 deletions
@@ -60,7 +60,7 @@
- DNS:test-registry.ansible.com
- name: Create frontend certificate
community.crypto.openssl_certificate:
community.crypto.x509_certificate:
path: '{{ remote_tmp_dir }}/cert.pem'
csr_path: '{{ remote_tmp_dir }}/cert.csr'
privatekey_path: '{{ remote_tmp_dir }}/cert.key'