Sounds like it could be a pretty straightforward patch for somebody, and it's a great way to learn more about how Ansible works.
There are over 2000 contributors to Ansible, and the vast majority of them are users who submitted small-ish patches to add functionality in cases just like this. For more info: http://docs.ansible.com/ansible/developing_modules.html On Mon, Jul 25, 2016 at 4:52 AM, Jörg Kastning <[email protected]> wrote: > I'd like to request a feature enhancement, too. It would be great to have > an option to enable/disable a repository in redhat.repo file using the > subscription-manager. The requested feature is described by this [Red Hat > Article](https://access.redhat.com/solutions/265523). > > To enable/disable a repository in redhat.repo file you could use: > > [root@server ~]# subscription-manager repos > --enable=rhel-6-server-optional-rpms > > [root@server ~]# subscription-manager repos > --disable=rhel-6-server-optional-rpms > > I would like to have the same option in the redhat_subscription module. > > Joerg > > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/df7e60af-715d-4f0c-a6fd-4b809a312de1%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/df7e60af-715d-4f0c-a6fd-4b809a312de1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Greg DeKoenigsberg Ansible Community Guy -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAM1FbhFADni7Qaq0EAg2hCAHo67x9pzLnoZnbx5SM5079ZsyxA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
