Fix wrong FQCNs. (#225) (#226)

(cherry picked from commit ec82806a59)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2021-10-17 18:25:40 +02:00 committed by GitHub
parent 0356f1a8ba
commit 482acec09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -60,7 +60,7 @@
- DNS:test-registry.ansible.com - DNS:test-registry.ansible.com
- name: Create frontend certificate - name: Create frontend certificate
community.crypto.openssl_certificate: community.crypto.x509_certificate:
path: '{{ remote_tmp_dir }}/cert.pem' path: '{{ remote_tmp_dir }}/cert.pem'
csr_path: '{{ remote_tmp_dir }}/cert.csr' csr_path: '{{ remote_tmp_dir }}/cert.csr'
privatekey_path: '{{ remote_tmp_dir }}/cert.key' privatekey_path: '{{ remote_tmp_dir }}/cert.key'