Removed unnecessary default value

This commit is contained in:
2023-12-15 13:27:23 +01:00
parent ea720b0210
commit eda977b76e
13 changed files with 13 additions and 13 deletions

View File

@@ -29,7 +29,7 @@
src: health-nginx.timer.j2
dest: "/etc/systemd/system/health-nginx.timer"
register: health_nginx_timer
changed_when: health_nginx_timer.changed or activate_all_timers | default(false) | bool
changed_when: health_nginx_timer.changed or activate_all_timers | bool
notify: restart health-nginx.timer
when: run_once_health_nginx is not defined