Skip to content

Commit

Permalink
Fix mangled merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulium-Drake authored and evgeni committed Jul 26, 2024
1 parent a7e5305 commit 7fe76ba
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 7fe76ba

Please sign in to comment.