From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5BFEC30C60D for ; Tue, 2 Sep 2025 13:54:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756821279; cv=none; b=CgkhCUnLIDViUBzRrFP2zSUzr3y31aZDWJPgstKx2WGlkrOxS6r0gzoUPpUptuxuJovJMs5FLMbAOj2IACE9bwtYd0V9d/SHDTg+JY5HhtsJEKGCafzO4mWjFDUf/QzyAMS/TdIZ4dW0xtU0CZ0CjIlUrZLXtOp4a/ztHl2b9OY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756821279; c=relaxed/simple; bh=oFezmE+6eYFqLZUheozxFPtfQQJGQolMNOYT/MA9BrQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=QLxm3bwLgVxqHrz4KzRIQg7dLsOTRsWSX48jEWkVTyiOAv4ZXfqB5HIXHqNuRf1dc6iiwRVHximth1PqNsfy0vKOZL+oTbD21Hz5TGCgtpc1K2tugzXkhTeM/dK94/75bQ16jcq+GHby+mlberbXOeJ0lN4tB0ccAX3642mS78U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=m+NWWadg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="m+NWWadg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DDFE0C4CEFC; Tue, 2 Sep 2025 13:54:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756821279; bh=oFezmE+6eYFqLZUheozxFPtfQQJGQolMNOYT/MA9BrQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=m+NWWadgCUljzQOh8VB5JCHuPu64EbYLuLQRBLLrJDPHNoZA7XHPgXW+vTGq2XnRq QUmWaBAJyFBCYOZn05G8g7L4gGBrYkB6sYRYw2DHUox0FzG4ocZySzr4DdG26UEBFS IMs+56vkOJD3iMWgIkRNXZ8MmE7bR/ph7lTBLQ6Te/eyHBh7KDsvnszj/an8XUudlA d0twUIBxrkDmLfNE/JdHinFos3U5BWbU50bg9IOiCecmz2XAN2UwlpE6ZZ27H3Cwm8 wxhYtcIM8OYBW4l180WLsnDVufuRsDyWrHofOxL3JPxMQD+1yvHqlomBh2lBVmKIs3 F9vPeoyJmURBw== From: Chuck Lever To: Cc: Chuck Lever , Luis Chamberlain Subject: [PATCH v2 20/37] guestfs: Update the guestfs playbook description Date: Tue, 2 Sep 2025 09:54:07 -0400 Message-ID: <20250902135426.815079-21-cel@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20250902135426.815079-1-cel@kernel.org> References: <20250902135426.815079-1-cel@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Chuck Lever Match the description for the terraform playbook Reviewed-by: Luis Chamberlain Signed-off-by: Chuck Lever --- playbooks/guestfs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/guestfs.yml b/playbooks/guestfs.yml index 784775cdb818..62334463f05e 100644 --- a/playbooks/guestfs.yml +++ b/playbooks/guestfs.yml @@ -1,5 +1,5 @@ --- -- name: Provision target nodes with libvirt/guestfs +- name: Manage infrastructure lifecycle and SSH access with libvirt/guestfs gather_facts: true connection: local hosts: all -- 2.51.0