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:
parent
ac9b35cc2b
commit
7b0e68917c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue