mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-07 06:34:23 -07:00
[stable-1] Fix wrong FQCNs (#3576)
* Use correct FQCN. (#3573)
(cherry picked from commit c3813d4533
)
* Add more fixes.
This commit is contained in:
parent
54ee93faec
commit
7311394316
5 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue