Skip to content

Commit

Permalink
bug and doc fixes (#60888)
Browse files Browse the repository at this point in the history
  • Loading branch information
carchi8py authored and ansibot committed Aug 20, 2019
1 parent 211fd2c commit 3940a2c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
username: "{{ src_username }}"
password: "{{ src_password }}"
state: absent
ddest_mvip: "{{ dest_hostname }}"
dest_mvip: "{{ dest_hostname }}"
dest_username: "{{ dest_username }}"
dest_password: "{{ dest_password }}"
Expand All @@ -82,7 +82,7 @@
HAS_SF_SDK = netapp_utils.has_sf_sdk()
try:
import solidfire.common
except Exception:
except ImportError:
HAS_SF_SDK = False


Expand Down

0 comments on commit 3940a2c

Please sign in to comment.