Update yum_repository.py (#42859)

* Update yum_repository.py

Having spent some time trying and googling how to enable an installed repo with this, I discovered that the thread at https://github.com/ansible/ansible-modules-extras/issues/2384 had decided that this would not be supported and recommended use of ini_file instead.  Since I am sure I'm not alone in expecting yum-repository to support enabling/disabling a configured repo, I suggest adding a note so people find this easier.
This commit is contained in:
Adam Conway 2018-07-17 14:27:36 +03:00 committed by Abhijeet Kasurde
parent 27a3a90fc8
commit b6e9df2065

View file

@ -23,6 +23,7 @@ version_added: '2.1'
short_description: Add or remove YUM repositories
description:
- Add or remove YUM repositories in RPM-based Linux distributions.
- If you wish to update an existing repository definition use M(ini_file) instead.
options:
async: