Skip to content

Commit

Permalink
Merge pull request #12 from ATIX-AG/fix_task_information
Browse files Browse the repository at this point in the history
Fix missing task state
  • Loading branch information
sbernhard authored Dec 18, 2023
2 parents 23d0c2c + a0b479c commit 93f375b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/lib/actions/foreman_acd/deploy_all_hosts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ module ForemanAcd
# DeployAllHosts implements a Foreman Task EntryAction
class DeployAllHosts < Actions::EntryAction
def plan(app_instance, safe_deploy)
action_subject(app_instance, :safe_deploy => safe_deploy)
plan_self(:id => app_instance.id)
plan_self(:id => app_instance.id, :safe_deploy => safe_deploy)
end

def run
Expand Down

0 comments on commit 93f375b

Please sign in to comment.