Remove no-op string declaration
This commit is contained in:
parent
fac414ea48
commit
0953322b23
1 changed files with 0 additions and 20 deletions
20
bin/ansible
20
bin/ansible
|
@ -90,26 +90,6 @@ class Cli(object):
|
||||||
|
|
||||||
pattern = args[0]
|
pattern = args[0]
|
||||||
|
|
||||||
"""
|
|
||||||
inventory_manager = inventory.Inventory(options.inventory)
|
|
||||||
if options.subset:
|
|
||||||
inventory_manager.subset(options.subset)
|
|
||||||
hosts = inventory_manager.list_hosts(pattern)
|
|
||||||
if len(hosts) == 0:
|
|
||||||
callbacks.display("No hosts matched", stderr=True)
|
|
||||||
sys.exit(0)
|
|
||||||
|
|
||||||
if options.listhosts:
|
|
||||||
for host in hosts:
|
|
||||||
callbacks.display(' %s' % host)
|
|
||||||
sys.exit(0)
|
|
||||||
|
|
||||||
if ((options.module_name == 'command' or options.module_name == 'shell')
|
|
||||||
and not options.module_args):
|
|
||||||
callbacks.display("No argument passed to %s module" % options.module_name, color='red', stderr=True)
|
|
||||||
sys.exit(1)
|
|
||||||
"""
|
|
||||||
|
|
||||||
sshpass = None
|
sshpass = None
|
||||||
sudopass = None
|
sudopass = None
|
||||||
su_pass = None
|
su_pass = None
|
||||||
|
|
Loading…
Reference in a new issue