mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
cloudstack: update copyright in dynamic inventory
This commit is contained in:
parent
9e5a16703b
commit
d9633037d5
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# (c) 2014, René Moser <mail@renemoser.net>
|
# (c) 2015, René Moser <mail@renemoser.net>
|
||||||
#
|
#
|
||||||
# This file is part of Ansible,
|
# This file is part of Ansible,
|
||||||
#
|
#
|
||||||
|
@ -70,7 +70,8 @@ based on the data obtained from CloudStack API:
|
||||||
usage: cloudstack.py [--list] [--host HOST] [--project PROJECT]
|
usage: cloudstack.py [--list] [--host HOST] [--project PROJECT]
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os, sys
|
import os
|
||||||
|
import sys
|
||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue