From 0fec370dcde420219d001e17a48450f3b8599a0b Mon Sep 17 00:00:00 2001 From: Andreas Kruger Date: Thu, 3 Jan 2019 15:41:31 +0100 Subject: [PATCH] Minor changes --- test-infra/image-builder/cluster.yml | 9 ++++----- test-infra/image-builder/hosts.ini | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/test-infra/image-builder/cluster.yml b/test-infra/image-builder/cluster.yml index 1601bddd8..00e0d541e 100644 --- a/test-infra/image-builder/cluster.yml +++ b/test-infra/image-builder/cluster.yml @@ -1,5 +1,4 @@ -- hosts: image-builder - tasks: - - name: kubevirt-images - include_role: - name: kubevirt-images + - hosts: image-builder + gather_facts: false + roles: + - kubevirt-images diff --git a/test-infra/image-builder/hosts.ini b/test-infra/image-builder/hosts.ini index f939dda73..e000302f0 100644 --- a/test-infra/image-builder/hosts.ini +++ b/test-infra/image-builder/hosts.ini @@ -1,4 +1,4 @@ -image-builder-1 ansible_ssh_host=147.75.100.185 ansible_ssh_user=root +image-builder-1 ansible_ssh_host=xxx.xxx.xxx.xxx [image-builder] image-builder-1