From ed35e45225dc4b2e86ec55da5c4b3492cfe5548c Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 26 May 2021 12:18:46 -0400 Subject: [PATCH] We can use this for any system But the ipmi group makes more sense Signed-off-by: David Galloway --- tools/set-bmc-static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/set-bmc-static.yml b/tools/set-bmc-static.yml index 8919c3e8..ce6898f8 100644 --- a/tools/set-bmc-static.yml +++ b/tools/set-bmc-static.yml @@ -7,7 +7,7 @@ ### SSH access to the host or not - hosts: - - testnodes + - ipmi become: true gather_facts: false vars: -- 2.47.3