community.general/lib/ansible/module_utils
Michael Scherer f624ec4cb8 Prefer dnf to yum.
On Fedora 22 and later, yum is deprecated and dnf is installed by
default. However, the detection do not seems to take this in account,
and always use yum, even when yum cli is just a wrapper to tell "use
dnf", as this is the case on F22 and later ( see package dnf-yum ).

As dnf is not installed by default, except on F22, this shouldn't
break anything.
2015-04-15 16:11:08 -04:00
..
__init__.py Add package file. 2013-10-26 11:10:54 -04:00
a10.py A10 module improvements 2014-08-28 20:23:48 -05:00
basic.py backup_local now only tries to back up exising files, returns '' otherwise 2015-04-06 23:37:32 -04:00
cloudstack.py cloudstack: module utils are BSD licensed 2015-03-26 15:39:02 +01:00
database.py Special case the lone asterisk fragment in mysql 2014-11-25 08:06:15 -08:00
ec2.py Add support for AWS Security Token Service (temporary credentials) to all AWS cloud modules. 2014-12-25 13:31:34 -07:00
facts.py Prefer dnf to yum. 2015-04-15 16:11:08 -04:00
gce.py Google: allow for different libcloud provider to support upcoming DNS module 2014-10-29 19:57:46 +00:00
known_hosts.py Have known_hosts function use the url parameter instead of getting a specific attribute out of the module dict. 2014-12-04 11:39:35 -08:00
openstack.py Align verify parameter with validate_certs 2015-04-01 07:54:02 -04:00
powershell.ps1 Revised following comments from Chris Church. 2014-12-16 04:47:01 +00:00
rax.py Prevent an empty error message 2015-03-10 11:30:28 -05:00
redhat.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
splitter.py Insert newlines correctly when splitting literal blocks 2014-10-09 16:45:08 -05:00
urls.py Revert "Fix: Add support for SSL protocol version configuration option" 2015-01-19 08:36:17 -05:00