From 7ccd6a4de0557af0791301f713b0b23c51b209f8 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Sun, 4 Oct 2015 21:32:10 -0700 Subject: [PATCH] Change documented requirement from dnf to python-dnf as dnf could be taken to mean the command line tool. Fixes #1032 --- lib/ansible/modules/extras/packaging/os/dnf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/packaging/os/dnf.py b/lib/ansible/modules/extras/packaging/os/dnf.py index cac32c7b4e0..c606f51c80f 100644 --- a/lib/ansible/modules/extras/packaging/os/dnf.py +++ b/lib/ansible/modules/extras/packaging/os/dnf.py @@ -93,7 +93,7 @@ notes: [] # informational: requirements for nodes requirements: - "python >= 2.6" - - dnf + - python-dnf author: - '"Igor Gnatenko (@ignatenkobrain)" ' - '"Cristian van Ee (@DJMuggs)" '