Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
newsgate committed May 19, 2016
1 parent e108384 commit cc81c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/hue/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

- name: reload systemd
command: systemctl daemon-reload
when: ansible_os_family == "RedHat" and ansible_distribution_major_version >= 7
when: ansible_os_family == "RedHat" and {{ ansible_distribution_major_version }} >= 7

- name: start services
tags: service
Expand Down

0 comments on commit cc81c3f

Please sign in to comment.