Skip to content

Commit

Permalink
Merge pull request #180 from schinmai-akamai/main
Browse files Browse the repository at this point in the history
bug fix to tasks/main.yml
  • Loading branch information
MonolithProjects authored Dec 5, 2023
2 parents f4498c9 + dfba32a commit 5c3774e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
loop_var: _host_item
when:
- hostvars[_host_item].inventory_hostname == inventory_hostname
- (rke2_config_file_is_changed is defined and rke2_config_file_is_changed.changed) or (containerd_config_file_is_changed and containerd_config_file_is_changed.changed)
- (rke2_config_file_is_changed is defined and rke2_config_file_is_changed.changed) or (containerd_config_file_is_changed is defined and containerd_config_file_is_changed.changed)

- name: Final steps
ansible.builtin.include_tasks: summary.yml

0 comments on commit 5c3774e

Please sign in to comment.