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