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 Jan 4, 2023
1 parent cfa5ca8 commit b37a65d
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 @@ -204,8 +204,7 @@ def main():

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 b37a65d

Please sign in to comment.