Skip to content

Commit

Permalink
Merge pull request #130 from sestegra/fix
Browse files Browse the repository at this point in the history
Fix error when config_file_is_change is not defined
  • Loading branch information
MonolithProjects authored Jan 29, 2023
2 parents ff23dfd + 3e70e25 commit dc6d426
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 @@ -56,7 +56,7 @@
when:
- not rke2_drain_node_during_upgrade
- hostvars[_host_item].inventory_hostname == inventory_hostname
- config_file_is_changed.changed
- config_file_is_changed is defined and config_file_is_changed.changed

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

0 comments on commit dc6d426

Please sign in to comment.