Skip to content

Commit

Permalink
Processed feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulium-Drake committed Nov 27, 2022
1 parent c10b21c commit 3c2049b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ def main():
upstream_type=dict(required=False, choices=['redhat_cdn', 'export_sync', 'network_sync']),
upstream_url=dict(required=False),
upstream_username=dict(required=False),
upstream_password=dict(required=False,no_log=True),
#upstream_ca_cert=dict(required=False, type='entity', resource_type='content_credentials', scope=['']),
upstream_password=dict(required=False, no_log=True),
# upstream_ca_cert=dict(required=False, type='entity', resource_type='content_credentials', scope=['']),
upstream_ca_cert_id=dict(required=False),
upstream_organization=dict(required=False),
upstream_lifecycle_environment=dict(required=False),
Expand Down

0 comments on commit 3c2049b

Please sign in to comment.