diff options
author | Jason O'Donnell <odonnelljp01@gmail.com> | 2015-10-26 22:13:00 +0100 |
---|---|---|
committer | Jason O'Donnell <odonnelljp01@gmail.com> | 2015-10-26 22:13:00 +0100 |
commit | 7b0e68917cd7952ef69c15ffd1902ff7c24e02ba (patch) | |
tree | 1c2dcf8a48c68d6d37cf0a4254c57c7d62e0fcbf /contrib/inventory/openvz.py | |
parent | Found another typo (diff) | |
download | ansible-7b0e68917cd7952ef69c15ffd1902ff7c24e02ba.tar.xz ansible-7b0e68917cd7952ef69c15ffd1902ff7c24e02ba.zip |
Fixing typo
Diffstat (limited to 'contrib/inventory/openvz.py')
-rwxr-xr-x | contrib/inventory/openvz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/inventory/openvz.py b/contrib/inventory/openvz.py index 719541cb7b..68d51c8a42 100755 --- a/contrib/inventory/openvz.py +++ b/contrib/inventory/openvz.py @@ -24,7 +24,7 @@ # https://github.com/ansible/ansible/blob/e5ef0eca03cbb6c8950c06dc50d0ca22aa8902f4/plugins/inventory/libvirt_lxc.py # # Groups are determined by the description field of openvz guests -# multiple groups can be seperated by commas: webserver,dbserver +# multiple groups can be separated by commas: webserver,dbserver from subprocess import Popen,PIPE import sys |