fghaas / taiga-ansible

Ansible roles to deploy taiga.
GNU Affero General Public License v3.0
18 stars 14 forks source link

Fix variable check #14

Closed fghaas closed 4 years ago

fghaas commented 4 years ago

Fix the check for required variables task so that it no longer checks for taiga_service_manager being set to cirrus if we're running on Ansible<2.2 (because the README has said for some time that Ansible 2.5 is the minimum supported version).

This supersedes #13; thanks to @Dranaxel for spotting this.