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
@@ -32,7 +32,7 @@
- key2
loop_control:
loop_var: key
community.crypto.openssl_certificate:
community.crypto.x509_certificate:
path: '{{ remote_tmp_dir }}/ansible_{{ key }}.pem'
privatekey_path: '{{ remote_tmp_dir }}/ansible_{{ key }}.key'
csr_path: '{{ remote_tmp_dir }}/ansible_{{ key }}.csr'