[stable-1] Fix wrong FQCNs (#3576)

* Use correct FQCN. (#3573)

(cherry picked from commit c3813d4533)

* Add more fixes.
This commit is contained in:
Felix Fontein 2021-10-17 18:26:08 +02:00 committed by GitHub
commit 7311394316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

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