From 2ce8450b893ad9f8a119a1ff24dcc7eb4ba78b82 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 13 Feb 2022 16:56:12 +0100 Subject: Bulk update Signed-off-by: Georg Pfuetzenreuter --- ansible/deployment_poc/tasks/netbox_query_ip.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ansible/deployment_poc/tasks/netbox_query_ip.yml') diff --git a/ansible/deployment_poc/tasks/netbox_query_ip.yml b/ansible/deployment_poc/tasks/netbox_query_ip.yml index a4cea59..f807e4f 100644 --- a/ansible/deployment_poc/tasks/netbox_query_ip.yml +++ b/ansible/deployment_poc/tasks/netbox_query_ip.yml @@ -11,6 +11,9 @@ Authorization: "Token {{ token }}" register: nb_ip_1 delegate_to: localhost + tags: + - init_dp + - init_ssh - name: Query available address ansible.builtin.uri: @@ -27,4 +30,5 @@ when: "nb_ip_1.json.count|int == 0 or (nb_ip_1.json.results[0].status is defined and nb_ip_1.json.results[0].status.value != 'active')" tags: - init_dp + - init_ssh -- cgit v1.2.3