Skip to content

Commit

Permalink
Fix mangled merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulium-Drake committed Nov 30, 2022
1 parent 3946bb6 commit b100239
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/modules/organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ def main():
with module.api_connection():
handle_cdn_configuration = 'upstream_type' in module.foreman_params

organization = module.lookup_entity('entity')
new_organization = module.run()
organization = module.run()

if handle_cdn_configuration and not module.desired_absent:
payload = {
Expand Down

0 comments on commit b100239

Please sign in to comment.