summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authordoteast <ali.elkhalidi@gmail.com>2016-03-18 11:17:01 +0000
committerdoteast <ali.elkhalidi@gmail.com>2016-03-18 11:17:01 +0000
commitf644e69ac6a5d9e2b9075bd3f04b2f0c8fd148c8 (patch)
tree9e42bbb1bea6966db2db61038ec5aa6b1ad904b3 /scripts
parent7e977abac09c37971894f8f0f0c4737a6c773f77 (diff)
downloadansible-f644e69ac6a5d9e2b9075bd3f04b2f0c8fd148c8.tar.gz
ansible-f644e69ac6a5d9e2b9075bd3f04b2f0c8fd148c8.tar.xz
ansible-f644e69ac6a5d9e2b9075bd3f04b2f0c8fd148c8.zip
remove duplicate lines
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vhost-info5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/vhost-info b/scripts/vhost-info
index 496c8f640..3a32d34b2 100755
--- a/scripts/vhost-info
+++ b/scripts/vhost-info
@@ -58,11 +58,6 @@ if not opts.host:
else:
hosts = ';'.join(opts.host)
-if not opts.host:
- hosts = ["virtservers"]
-else:
- hosts = ';'.join(opts.host)
-
Options = namedtuple('Options', ['connection','module_path', 'forks', 'remote_user', 'private_key_file', 'ssh_common_args', 'ssh_extra_args', 'sftp_extra_args', 'scp_extra_args', 'become', 'become_method', 'become_user', 'verbosity', 'check', 'timeout'])