Skip to content

Commit cc81c3f

Browse files
committed
bug fix
1 parent e108384 commit cc81c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/hue/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
- name: reload systemd
9090
command: systemctl daemon-reload
91-
when: ansible_os_family == "RedHat" and ansible_distribution_major_version >= 7
91+
when: ansible_os_family == "RedHat" and {{ ansible_distribution_major_version }} >= 7
9292

9393
- name: start services
9494
tags: service

0 commit comments

Comments
 (0)