Browse code

Add module utils path to setup.py

Michael DeHaan authored on 2013/10/27 04:00:59
Showing 2 changed files
... ...
@@ -1,22 +1,13 @@
1 1
 '\" t
2 2
 .\"     Title: ansible-doc
3 3
 .\"    Author: [see the "AUTHOR" section]
4
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
-.\"      Date: 09/13/2013
4
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
+.\"      Date: 10/26/2013
6 6
 .\"    Manual: System administration commands
7 7
 .\"    Source: Ansible 1.4
8 8
 .\"  Language: English
9 9
 .\"
10
-.TH "ANSIBLE\-DOC" "1" "09/13/2013" "Ansible 1\&.4" "System administration commands"
11
-.\" -----------------------------------------------------------------
12
-.\" * Define some portability stuff
13
-.\" -----------------------------------------------------------------
14
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
-.\" http://bugs.debian.org/507673
16
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
-.ie \n(.g .ds Aq \(aq
19
-.el       .ds Aq '
10
+.TH "ANSIBLE\-DOC" "1" "10/26/2013" "Ansible 1\&.4" "System administration commands"
20 11
 .\" -----------------------------------------------------------------
21 12
 .\" * set default formatting
22 13
 .\" -----------------------------------------------------------------
... ...
@@ -36,6 +36,7 @@ setup(name='ansible',
36 36
          'ansible.runner.connection_plugins',
37 37
          'ansible.runner.filter_plugins',
38 38
          'ansible.callback_plugins',
39
+         'ansible.module_utils'
39 40
       ],
40 41
       scripts=[
41 42
          'bin/ansible',