Skip to content

Commit

Permalink
Merge pull request #227 from ktdreyer/ansible-collection-posix
Browse files Browse the repository at this point in the history
rpm: require ansible-posix collection package
  • Loading branch information
guits authored May 16, 2023
2 parents 985d259 + 53e2673 commit 293973e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cephadm-ansible.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ Source0: %{name}-%{version}-%{shortcommit}.tar.gz
BuildArch: noarch

BuildRequires: ansible-core >= 2.9
BuildRequires: ansible-collection-ansible-posix
BuildRequires: ansible-collection-community-general
Requires: ansible-core >= 2.9
Requires: ansible-collection-ansible-posix
Requires: ansible-collection-community-general

%description
Expand Down

0 comments on commit 293973e

Please sign in to comment.