Skip to content

Commit

Permalink
resolve issue (ansible-collections#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poppis Evangelos committed Oct 29, 2020
1 parent 07d73a9 commit 93e3f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_openshiftmanagedcluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ def random_id(self):
###

def set_default(self):
if 'apiServerProfile' not in self.body['properties']:
if 'apiserverProfile' not in self.body['properties']:
api_profile = dict(visibility="Public")
self.body['properties']['apiserverProfile'] = api_profile
if 'ingressProfiles' not in self.body['properties']:
Expand Down

0 comments on commit 93e3f05

Please sign in to comment.