Skip to content

Commit 5539cba

Browse files
authored
Merge pull request #198 from ceph/mergify/bp/pacific/pr-185
rpm: switch to ansible-core on RHEL 8 (backport #185)
2 parents fd4b843 + f2e18d5 commit 5539cba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cephadm-ansible.spec.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ Source0: %{name}-%{version}-%{shortcommit}.tar.gz
1111

1212
BuildArch: noarch
1313

14-
BuildRequires: ansible >= 2.9
15-
Requires: ansible >= 2.9
14+
BuildRequires: ansible-core >= 2.9
15+
BuildRequires: ansible-collection-community-general
16+
Requires: ansible-core >= 2.9
17+
Requires: ansible-collection-community-general
1618

1719
%description
1820
cephadm-ansible is a collection of Ansible playbooks to simplify workflows that are not covered by cephadm.

0 commit comments

Comments
 (0)