From aea3290ec2a51ff7a37b15f30c2040c01cf6aa2e Mon Sep 17 00:00:00 2001 From: pavel Date: Mon, 21 Jul 2025 10:50:12 +0200 Subject: [PATCH] Update serv-05-dockerubuntu24.yml --- serv-05-dockerubuntu24.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/serv-05-dockerubuntu24.yml b/serv-05-dockerubuntu24.yml index 2aa05bb..f2b8be3 100644 --- a/serv-05-dockerubuntu24.yml +++ b/serv-05-dockerubuntu24.yml @@ -1,13 +1,4 @@ --- -# - name: Pre-IP override setup -# hosts: all -# gather_facts: false -# tasks: -# - name: Capture static IP and override ansible_host with ansible_oldip -# set_fact: -# ansible_newip: "{{ hostvars[inventory_hostname]['ansible_host'] }}" -# ansible_host: "{{ ansible_oldip }}" -# when: ansible_oldip is defined - hosts: all become: true