1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixing typo

This commit is contained in:
Jason O'Donnell 2015-10-26 17:13:00 -04:00
parent ac9b35cc2b
commit 7b0e68917c

View file

@ -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