Feature #27264
Make ansible depend on 'ansible-runner' package
Difficulty:
Triaged:
No
Description
To enable ansible-runner implementation being an default option, we need to depend on the 'ansible-runner' package.
For now, we need to depend on third party repository for that.
Associated revisions
History
#1
Updated by Ondřej Ezr almost 4 years ago
- Category set to Foreman modules
#2
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy/pull/515 added
#3
Updated by The Foreman Bot almost 4 years ago
- Fixed in Releases 1.23.0 added
#4
Updated by Anonymous almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy|fe035de6d6b43feab749c103369ca6dfa7570652.
Fixes #27264 - Install ansible-runner package when installing ansible
This installs ansible-runner by default when installing the Foreman Proxy
Ansible plugin. Because it's not in EPEL or Debian, additional repositories are
enabled. For users who sync repositories, there's a switch to disable those.
Since it's all optional, there's also a switch to disable the installation
altogether.