Skip to content

Commit

Permalink
Fix force post commands
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 23, 2024
1 parent 957c2c4 commit 35f1152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/git_rollout/tasks/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
when: >
((instance.post_commands is defined and instance.post_commands is iterable) or
instance.post_uri is defined) and
(force_post_commands is defined and force_post_commands or repo_update is defined and repo_update.changed)
(instance.force_post_commands is defined and instance.force_post_commands or repo_update is defined and repo_update.changed)

0 comments on commit 35f1152

Please sign in to comment.