From e3f4209fd6321ec0f0d0154cee9c270c627a0cf6 Mon Sep 17 00:00:00 2001 From: ePietry Date: Thu, 28 Mar 2024 17:10:12 +0100 Subject: [PATCH] OStree Contrcition update and fix --- ansible/playbooks/ostree_construction.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/playbooks/ostree_construction.yaml b/ansible/playbooks/ostree_construction.yaml index e6cf946..a9bf16f 100644 --- a/ansible/playbooks/ostree_construction.yaml +++ b/ansible/playbooks/ostree_construction.yaml @@ -14,6 +14,10 @@ ansible.builtin.debug: msg: "Build {{ build_id.stdout_lines | first }} is running..." + - name: Echo IPADRESS + ansible.builtin.debug: + msg: "{{ ansible_default_ipv4.address }}" + - name: Wait for compose to finish infra.osbuild.wait_compose: compose_id: "{{build_id.stdout_lines | first}}"