Skip to content

Commit

Permalink
rpm: switch to ansible-core on RHEL 8
Browse files Browse the repository at this point in the history
RHEL 8.6+ ships ansible-core. This version is much newer and
better-supported than the old ansible package in the
ansible-2.9-for-rhel-8-x86_64-rpms repository.

Update the el8 packaging to depend on ansible-core instead of ansible.

(cherry picked from commit 76220f2)
  • Loading branch information
ktdreyer authored and guits committed Feb 13, 2023
1 parent c822c16 commit f2e18d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cephadm-ansible.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ Source0: %{name}-%{version}-%{shortcommit}.tar.gz

BuildArch: noarch

%if 0%{?el8}
BuildRequires: ansible >= 2.9
Requires: ansible >= 2.9
%else
BuildRequires: ansible-core >= 2.9
BuildRequires: ansible-collection-community-general
Requires: ansible-core >= 2.9
Requires: ansible-collection-community-general
%endif

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

0 comments on commit f2e18d5

Please sign in to comment.