From 108f2922edadc7da07781cd06b25f5e18fdc1342 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 22 Mar 2023 15:53:50 +0000 Subject: automatic import of cephadm-ansible --- cephadm-ansible.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cephadm-ansible.spec b/cephadm-ansible.spec index 47244df..d0708fa 100644 --- a/cephadm-ansible.spec +++ b/cephadm-ansible.spec @@ -11,10 +11,15 @@ Source0: %{name}-%{version}-%{shortcommit}.tar.gz BuildArch: noarch +%if 0%{?openEuler} +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. -- cgit v1.2.3