mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-07 22:54:24 -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
|
@ -32,7 +32,7 @@
|
|||
- key2
|
||||
loop_control:
|
||||
loop_var: key
|
||||
community.crypto.openssl_certificate:
|
||||
community.crypto.x509_certificate:
|
||||
path: '{{ output_dir }}/ansible_{{ key }}.pem'
|
||||
privatekey_path: '{{ output_dir }}/ansible_{{ key }}.key'
|
||||
csr_path: '{{ output_dir }}/ansible_{{ key }}.csr'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue