From ad5731b4a80355dbf5aa26db495f60e2e88131e1 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 26 Oct 2013 15:00:59 -0400 Subject: [PATCH] Add module utils path to setup.py --- docs/man/man1/ansible-doc.1 | 15 +++------------ setup.py | 1 + 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/man/man1/ansible-doc.1 b/docs/man/man1/ansible-doc.1 index 842bacf91e..c8fe09cfc8 100644 --- a/docs/man/man1/ansible-doc.1 +++ b/docs/man/man1/ansible-doc.1 @@ -1,22 +1,13 @@ '\" t .\" Title: ansible-doc .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 09/13/2013 +.\" Generator: DocBook XSL Stylesheets v1.75.2 +.\" Date: 10/26/2013 .\" Manual: System administration commands .\" Source: Ansible 1.4 .\" Language: English .\" -.TH "ANSIBLE\-DOC" "1" "09/13/2013" "Ansible 1\&.4" "System administration commands" -.\" ----------------------------------------------------------------- -.\" * Define some portability stuff -.\" ----------------------------------------------------------------- -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.\" http://bugs.debian.org/507673 -.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' +.TH "ANSIBLE\-DOC" "1" "10/26/2013" "Ansible 1\&.4" "System administration commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff --git a/setup.py b/setup.py index c503c7cf13..c802eca6fd 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ setup(name='ansible', 'ansible.runner.connection_plugins', 'ansible.runner.filter_plugins', 'ansible.callback_plugins', + 'ansible.module_utils' ], scripts=[ 'bin/ansible',