From b1e7ec9dc34f4b9725626aa122a14194441666bd Mon Sep 17 00:00:00 2001 From: jmarchel Date: Thu, 4 Jan 2024 14:11:51 +0100 Subject: [PATCH] Change hosts of promote-container-image playbook Change-Id: Ib85626036ec59b693cb7a744a30fb790776123c3 --- playbooks/promote-container-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/promote-container-image.yaml b/playbooks/promote-container-image.yaml index 715f3a2..014e40a 100644 --- a/playbooks/promote-container-image.yaml +++ b/playbooks/promote-container-image.yaml @@ -1,3 +1,3 @@ -- hosts: all +- hosts: localhost roles: - nebulous-promote-container-image