Skip to content

Commit

Permalink
os_server_facts: remove duplicate statement (ansible#47940)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescassell authored and Tomorrow9 committed Dec 4, 2018
1 parent 0caf223 commit cbf3886
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ansible/modules/cloud/openstack/os_server_facts.py
Expand Up @@ -77,8 +77,6 @@ def main():

sdk, cloud = openstack_cloud_from_module(module)
try:
openstack_servers = cloud.list_servers(
detailed=module.params['detailed'])
openstack_servers = cloud.search_servers(
detailed=module.params['detailed'], filters=module.params['filters'])

Expand Down

0 comments on commit cbf3886

Please sign in to comment.