fixed requirements

This commit is contained in:
AnsibleGuy 2021-11-06 02:15:33 +01:00
parent 066d95535e
commit d37973efb8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# external roles and collections to download
# install: ansible-galaxy install -r requirements.yml
collections: []
collections:
- name: 'community.crypto'
source: 'https://galaxy.ansible.com'

View File

@ -39,7 +39,7 @@
community.crypto.openssl_csr:
path: "{{ CERT_CONFIG.path }}/{{ name }}.{{ CERT_CONFIG.extension_csr }}"
privatekey_path: "{{ CERT_CONFIG.path }}/{{ name }}.{{ CERT_CONFIG.extension_key }}"
privatekey_passphrase : "{{ CERT_CONFIG.cert.pwd }}"
privatekey_passphrase: "{{ CERT_CONFIG.cert.pwd }}"
digest: "{{ CERT_CONFIG.cert.digest }}"
common_name: "{{ CERT_CONFIG.cert.cn }}"
organization_name: "{{ CERT_CONFIG.cert.org }}"