community.general/lib/ansible/modules/packaging
Stephen 9c6ad3d076 Add update_only parameter for yum module (#22206)
* Add update_only parameter for yum module

When using latest, `update_only: yes` will ensure that only existing
packages are updated and no additional packages are installed.

* Update yum.py

Update version added for `update_only` parameter to 2.5

* add unit tests for update_only flag in yum module
2017-10-04 10:25:13 +02:00
..
language pip: PEP8 compliancy and doc fixes 2017-10-02 16:18:56 -04:00
os Add update_only parameter for yum module (#22206) 2017-10-04 10:25:13 +02:00
__init__.py