Skip to content

Commit

Permalink
Remove unneccessary line in config section of purefa_facts (ansible#5…
Browse files Browse the repository at this point in the history
  • Loading branch information
sdodsley authored and ansibot committed Apr 11, 2019
1 parent 6579dfd commit 30a216b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/modules/storage/purestorage/purefa_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ def generate_config_dict(array):
'group': roles[role]['group'],
'group_base': roles[role]['group_base'],
}
config_facts['directory_service'].update(array.list_directory_service_roles())
else:
config_facts['directory_service'].update(array.get_directory_service(groups=True))
# NTP
Expand Down

0 comments on commit 30a216b

Please sign in to comment.