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 1A98D14C596 for ; Fri, 12 Apr 2024 17:47:08 +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=1712944028; cv=none; b=PLjqqjaXv5LYlzB73lgHKb4r8CIEe0Jc6OJyc7hB5zPd7sVT5Mm76xtLm/hBrIMnJBKg36lywsgqxeuwbCuV5ZFd5n78oumqkvtFxyehCLjB0sZ3sfTjTutpNcZbMYM7WPXlmlfrk26XIqA4oNFi/3a/CQ1Jgep5TAVoa/WYSec= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712944028; c=relaxed/simple; bh=jUoiPt75lBG4AVOhr9GKL5UqvzFp+rEGk/F6/wKD/Tk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=lsHZJgEHzeIAhkZx8oYvyM41lSWU0TOYxOWbkOQMqi0/yHhx66I3LsZIZMj6YEHTJUtMsWC9he0R0tDb3QCki+jRXTpWo7wzFZSpHvmH5d+FVf+6WzmKP/GI3nwCeY2ExJJJXWn1yrDCqdIBJ11HqTp+xRhtawJgAR3qvxXMXrQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dFuGx2js; 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="dFuGx2js" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3DC0C2BBFC; Fri, 12 Apr 2024 17:47:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712944028; bh=jUoiPt75lBG4AVOhr9GKL5UqvzFp+rEGk/F6/wKD/Tk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dFuGx2jsHtE1B1Zd5ZdEPRCRsBfdL2jzoGJyveBDxA+g/MYES/p3jfdGmTNAE0IvA USo9TbJr5DnUf2TGFzX452Zq/N6NVRG0x0Q4Y2FpmB94D7kK5DwZShH245kO4E61Gn BzDvq8MiRCincxxm+a4u/vXWRsEM5+cRsvc8GazOvdUxxRHkeHY4iPCvnROT0/eJhW 9VI6Uq/kRr+37WlF91ITjmWevkBElvzGriBcoSbmFQlUAu85GqmxoDF8mtG8RQNgtS VPX0eBM6AekeAFzltlF3brCNbNwwENROAk6EMe70VDBLnq00z+pR9VnaNMuB0I94bn faJsVKJijFCAA== From: cel@kernel.org To: Cc: Chuck Lever Subject: [RFC PATCH 06/22] cxl: Replace the use of the community.general.zypper module Date: Fri, 12 Apr 2024 13:46:39 -0400 Message-ID: <20240412174655.722290-7-cel@kernel.org> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240412174655.722290-1-cel@kernel.org> References: <20240412174655.722290-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 The lack of the replacefiles parameter might be a problem. Signed-off-by: Chuck Lever --- playbooks/roles/cxl/tasks/install-deps/suse/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/roles/cxl/tasks/install-deps/suse/main.yml b/playbooks/roles/cxl/tasks/install-deps/suse/main.yml index 50eb51bf13a0..b80662235a2a 100644 --- a/playbooks/roles/cxl/tasks/install-deps/suse/main.yml +++ b/playbooks/roles/cxl/tasks/install-deps/suse/main.yml @@ -55,7 +55,7 @@ - name: Install build dependencies for ndctl become: yes become_method: sudo - zypper: + ansible.builtin.package: name: - git-core - meson @@ -77,6 +77,5 @@ - libtraceevent-devel - libtracefs-devel state: present - replacefiles: true when: - repos_present|bool -- 2.44.0