Skip to content
This repository was archived by the owner on Feb 13, 2021. It is now read-only.

Commit 024b259

Browse files
committed
fix more typo
1 parent e1d6dbb commit 024b259

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Ansible Version Manager (AVM)
22
[![Build Status](https://travis-ci.org/ahelal/avm.svg?branch=master)](https://travis-ci.org/ahelal/avm)
33

4-
Ansible Version Manager (AVM) is a tool to manage multi Ansible installation by creating a python virtual env for each version.
4+
Ansible Version Manager (AVM) is a tool to manage multi Ansible installation by creating a python virtual environment for each version.
55

66
## Why
7-
8-
- If you need to install multiple version of ansible and add python packages without effecting your global python installation.
9-
- Running multi version on CI for testing i.e. travis, concourse, jenkins, ...
10-
- Using the development version of ansible to test and using stable version for production
7+
* Running multiple version of Ansible on the same host.
8+
** Using the development version of ansible for testing and using stable version for production.
9+
** Make your CI run multiple versions for testing i.e. travis, concourse, jenkins, ...
10+
** Create a wrapper script to manage Ansible within your teams.
11+
* If you need add python packages to and make it accessible to Ansible without effecting your global python installation. i.e. boto, dnspython, netaddr or others
1112

1213
## How
1314

@@ -130,7 +131,7 @@ if your creating an image that does not have python or gcc you can do a cleanup
130131
Run your setup with ```SETUP_VERBOSITY="v" your_setup.sh```
131132
This should give ou insight on all the goodies
132133
### Level 2
133-
extem debugging
134+
extreme debugging
134135
Run your setup with ```SETUP_VERBOSITY="vv" your_setup.sh```
135136

136137
## License

0 commit comments

Comments
 (0)