We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e108384 commit cc81c3fCopy full SHA for cc81c3f
roles/hue/tasks/main.yaml
@@ -88,7 +88,7 @@
88
89
- name: reload systemd
90
command: systemctl daemon-reload
91
- when: ansible_os_family == "RedHat" and ansible_distribution_major_version >= 7
+ when: ansible_os_family == "RedHat" and {{ ansible_distribution_major_version }} >= 7
92
93
- name: start services
94
tags: service
0 commit comments