minor fix
This commit is contained in:
parent
1355b5fe5b
commit
609b1824c6
|
|
@ -4,3 +4,4 @@
|
|||
|
||||
collections:
|
||||
- 'community.crypto'
|
||||
- 'ansible.utils'
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
when:
|
||||
- not no_prompts
|
||||
- not item | valid_hostname
|
||||
- not item | valid_ip
|
||||
loop: "{{ CERT_CONFIG.cert.domains }}"
|
||||
|
||||
- name: Certificates | Internal signed
|
||||
|
|
|
|||
Loading…
Reference in New Issue