Zypper module repo

Hi All,

Could you please point me to the place where zypper module repo is located? I want to extended the functionality and contribute the code to the project.

The code is located on github:

https://github.com/ansible/ansible

You can build an rpm from source using the “make rpm” command, otherwise you’ll have to get the src rpm from EPEL and rebuild it on SuSE. You can also install ansible using pip.

James Cammarata wrote:

The code is located on github:

https://github.com/ansible/ansible

You can build an rpm from source using the “make rpm” command, otherwise you’ll have to get the src rpm from EPEL and rebuild it on SuSE. You can also install ansible using

Hmm… I asked where ansible module “zypper” is located :))

I have already found it in https://github.com/ansible/ansible/blob/devel/library/packaging/zypper.

My apologies, you said “zypper module repo”, so I thought you were asking for the ansible package.