From 609b1824c6b7188d6e84c441527d60096122e967 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sun, 3 Mar 2024 21:44:15 +0100 Subject: [PATCH] minor fix --- requirements.yml | 1 + tasks/main.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.yml b/requirements.yml index 40cff1e..5991574 100644 --- a/requirements.yml +++ b/requirements.yml @@ -4,3 +4,4 @@ collections: - 'community.crypto' + - 'ansible.utils' diff --git a/tasks/main.yml b/tasks/main.yml index c6ee21e..709f000 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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