mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
README.rst to reference new name
This commit is contained in:
parent
ef06b5501c
commit
25286c3c7d
1 changed files with 7 additions and 12 deletions
|
@ -1,31 +1,26 @@
|
||||||
ansible-testing
|
validate-modules
|
||||||
===============
|
===============
|
||||||
|
|
||||||
Python module to help test or validate Ansible, specifically ansible
|
Python program to help test or validate Ansible modules.
|
||||||
modules
|
|
||||||
|
|
||||||
Installation
|
|
||||||
------------
|
|
||||||
|
|
||||||
This module must be installed alongside the current development
|
Originally developed by Matt Martz (@sivel)
|
||||||
release of Ansible to appropriately test the current development
|
|
||||||
state of modules.
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
::
|
::
|
||||||
|
# If you are running Ansible from source
|
||||||
|
source /path/to/ansible/hacking/env-setup
|
||||||
|
|
||||||
pip install git+https://github.com/ansible/ansible.git@devel#egg=ansible
|
validate-modules /path/to/ansible-modules-extras
|
||||||
pip install git+https://github.com/sivel/ansible-testing.git#egg=ansible_testing
|
|
||||||
ansible-validate-modules /path/to/ansible-modules-extras
|
|
||||||
|
|
||||||
Help
|
Help
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
usage: ansible-validate-modules [-h] [-w] [--exclude EXCLUDE] modules
|
usage: validate-modules [-h] [-w] [--exclude EXCLUDE] modules
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
modules Path to module or module directory
|
modules Path to module or module directory
|
||||||
|
|
Loading…
Add table
Reference in a new issue