diff options
-rw-r--r-- | cephadm-ansible.spec | 5 |
1 files changed, 5 insertions, 0 deletions
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. |