Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, when running ansible-zookeeper role on Debian 8 host, it fails: TASK [AnsibleShipyard.ansible-zookeeper : Enable zookeeper service] *************************************************** fatal: [debian8-host]: FAILED! => {"changed": false, "failed": true, "msg": "Could not find the requested service zookeeper: host"} This happens because `zookeeper_debian_systemd_enabled` variable is enabled only for Ubuntu >= 15.04 hosts. This PR adds check for Debian >= 8.0, so Zookeeper successfully installs on Debian 8.0
- Loading branch information