Add ansible-runner

Change-Id: I0d8529c0db6cca3e37ee8467e9ba4c368b7b94e7
This commit is contained in:
Jan Zerebecki 2020-04-30 14:51:03 +02:00
parent 429780de96
commit 5c9c2833eb
No known key found for this signature in database
GPG Key ID: 94D2D0D2432ED7CC
1 changed files with 3 additions and 0 deletions

View File

@ -172,6 +172,8 @@ RDO_PKG_MAP = [
# SingleRule('sphinx', 'python-sphinx',
# distmap={'epel-6': 'python-sphinx10'}),
SingleRule('ansible', 'ansible'),
SingleRule('ansible-runner', 'python-ansible-runner',
py3pkg='python3-ansible-runner'),
SingleRule('APScheduler', 'python-APScheduler',
py3pkg='python3-APScheduler'),
SingleRule('Babel', 'python-babel', py3pkg='python3-babel'),
@ -266,6 +268,7 @@ RDO_PKG_MAP = [
SUSE_PKG_MAP = [
# not following SUSE naming policy
SingleRule('ansible', 'ansible'),
SingleRule('ansible-runner', 'ansible-runner'),
SingleRule('python-ldap', 'python-ldap'),
# OpenStack services
MultiRule(mods=SERVICES_MAP, pkgfun=openstack_prefix_tr),