ansible/v2
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
..
ansible Prefer dnf to yum. 2015-04-15 16:11:08 -04:00
bin now in v2 everything passes a single passwords hash 2015-04-08 03:17:32 -04:00
hacking Port sivel's fix for egg_info (#10563) to v2 2015-03-30 19:15:41 -07:00
samples Change exceptions to python3 syntax. 2015-04-13 12:35:20 -04:00
scripts Add the python3 compat header 2014-10-28 20:41:51 -04:00
test Import StringIO from six in a couple more places. 2015-04-13 16:03:02 -04:00
README-tests.md Add a README for the v2 unittests 2014-10-15 18:25:54 -04:00
setup.py Add setup.py for v2 to allow for pip editable installs. 2015-04-13 13:34:48 -04:00
test-requirements.txt Add six to the v2 test-requirements 2015-04-13 13:43:25 -07:00