mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add module utils path to setup.py
This commit is contained in:
parent
b725361bce
commit
ad5731b4a8
2 changed files with 4 additions and 12 deletions
|
@ -1,22 +1,13 @@
|
|||
'\" t
|
||||
.\" Title: ansible-doc
|
||||
.\" Author: [see the "AUTHOR" section]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||
.\" Date: 09/13/2013
|
||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||
.\" 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
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
1
setup.py
1
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',
|
||||
|
|
Loading…
Reference in a new issue