Skip to content

Commit

Permalink
Update azure_rm_storageaccount.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paultaiton authored Mar 15, 2021
1 parent 553cbd2 commit bb56aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_storageaccount.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ def create_account(self):
if self.blob_cors:
account_dict['blob_cors'] = self.blob_cors
return account_dict
if bool(self.https_only):
if not bool(self.https_only):
self.https_only = False
if bool(self.minimum_tls_version):
self.minimum_tls_version = 'TLS1_0'
Expand Down

0 comments on commit bb56aec

Please sign in to comment.