I have a Debian 9 server but I get this error when I follow the docker quick install :
TASK [angstwad.docker_ubuntu : Fail if not a supported release of Ubuntu] ********************************************************** fatal: [localhost]: FAILED! => {“msg”: “The conditional check ‘ansible_lsb.id|lower == “ubuntu” and ansible_distribution_version is version_compare(‘14.04’, ‘<’)’ failed. The error was: error while evaluating conditional (ansible_lsb.id|lower == “ubuntu” and ansible_distribution_version is version_compare(‘14.04’, ‘<’)): ‘dict object’ has no attribute ‘id’\n\nThe error appears to be in ‘/root/.ansible/roles/angstwad.docker_ubuntu/tasks/main.yml’: line 6, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Fail if not a supported release of Ubuntu\n ^ here\n”}
