From bada6c2efb7da11d799f9604fe97aca51d3fafc9 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 15 May 2023 16:21:21 -0400 Subject: [PATCH] rpm: require ansible-posix collection package The cephadm-distribute-ssh-key.yml playbook uses the authorized_key module, and Ansible ships that in the ansible.posix collection now. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2203747 (cherry picked from commit 53e2673caff2e18f03e0ca5c67a2581908c19bd3) --- cephadm-ansible.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cephadm-ansible.spec.in b/cephadm-ansible.spec.in index 3c5c95c..3438acc 100644 --- a/cephadm-ansible.spec.in +++ b/cephadm-ansible.spec.in @@ -12,8 +12,10 @@ Source0: %{name}-%{version}-%{shortcommit}.tar.gz BuildArch: noarch BuildRequires: ansible-core >= 2.9 +BuildRequires: ansible-collection-ansible-posix BuildRequires: ansible-collection-community-general Requires: ansible-core >= 2.9 +Requires: ansible-collection-ansible-posix Requires: ansible-collection-community-general %description