diff options
author | CoprDistGit <infra@openeuler.org> | 2023-03-22 15:53:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-03-22 15:53:50 +0000 |
commit | 108f2922edadc7da07781cd06b25f5e18fdc1342 (patch) | |
tree | d50ad32c93058732efc4767767b9ded3524418b0 | |
parent | 439a3e0e794310f9712f790102d4113a2eea93d9 (diff) |
automatic import of cephadm-ansibleopeneuler20.03
-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. |