From 5d290a5e8bfd9b24f80aedc0272a6290bba922c8 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 22 Oct 2025 18:10:12 +0200 Subject: [PATCH] modified: tasks/setupacdc.yml --- tasks/setupacdc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 9c23ae5..d949dd1 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -2,7 +2,7 @@ gather_facts: yes tasks: - - name: Install 'proxmoxer' and 'requests' Python libraries for the Semaphore user + - name: Install 'proxmoxer' and 'requests' Python libraries for the ansible controller ansible.builtin.pip: name: - proxmoxer @@ -43,3 +43,4 @@ pubkey: 'ssh-ed25519 AAAAC3NzaC1...hBWA ansibleuser@ansiblehost' netif: net0: "name=eth0,hwaddr={{ mac_address }},gw={{ location_gateway }},ip={{ addc_ansible_host }}/24,bridge=vmbr0" + delegate_to: localhost