Skip to content

Commit

Permalink
rpm: require ansible-posix collection package
Browse files Browse the repository at this point in the history
The cephadm-distribute-ssh-key.yml playbook uses the authorized_key
module, and Ansible ships that in the ansible.posix collection now.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2203747
(cherry picked from commit 53e2673)
  • Loading branch information
ktdreyer authored and mergify[bot] committed May 16, 2023
1 parent c6f6714 commit bada6c2
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 bada6c2

Please sign in to comment.