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 61EFE35A295 for ; Wed, 27 Aug 2025 14:28:43 +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=1756304923; cv=none; b=J45jp7M+Tsz4DUZ3lbTzostWkf3TYzhYt76H+GfvJgYtdmmGqkkx+1ZIN8jIcbAM8ngiZ07a+FOARLAzz0YacOlUxL6YAFa6pQT267rVOW0PvAofU2tvVxUIhsxBrrfl3ou21mg6+xkFzTW4S0Cvqr02Rn9cmTTbOkQcw5ZkT9w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756304923; c=relaxed/simple; bh=wEc4VyFgspSeex8U5WXophGbNqe5rM/rKzS28fK97YY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=fty9w1fqrjIegWuvAgqkDPIwmVajmUce7izSP0i9TH4NQxR+5QwcmwLBU0KRrH9IEIB9QdwAwxIhX7R6toNE26VS19JYruhSJt3P8mxqSKrUxXhyja6CvXUz1FOW8P7OEQxKnW7m3ngQLzYc4W1cOtvcbzAnNiaX29S/PdMqv/Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YDIIXdQd; 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="YDIIXdQd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06D42C4CEF7; Wed, 27 Aug 2025 14:28:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756304923; bh=wEc4VyFgspSeex8U5WXophGbNqe5rM/rKzS28fK97YY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YDIIXdQd2SNFqmsXwi+CoboFMpLcHJpLcn/bL3pyxd2NdfvVtJQBCbBF6D9kmutkO 6fM4Ucj3PQt7l1k7i59jfT5jI9aQgsP5KMwmByeWudCpxD6DLEnWcagiO6ytnTs9f9 HakzTLkZF19yVnfjAly1wMqVAXWG4jRGnV+iQ/Ck8myNpKdmfF6houZfFZL9ll62XO 9Lzhn71Ix/+jewAO0IcXAz7Hrny4jjBvtoKARKI+rJVQuZwZPg8lafS1Xpa5JhIXVB eQhJ1RQaaSiMEu1dZdUXOf3Wn7+Y01vMjJJTQSJihufxzTFAyK1i2//j5tMb0ATrKP WbvImgsVw/OtQ== From: Chuck Lever To: Cc: Chuck Lever Subject: [PATCH v1 20/26] guestfs: Update the guestfs playbook description Date: Wed, 27 Aug 2025 10:28:15 -0400 Message-ID: <20250827142832.2629291-21-cel@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20250827142832.2629291-1-cel@kernel.org> References: <20250827142832.2629291-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 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