geerlingguy / ansible-role-gitlab

Ansible Role - GitLab

Home Page:https://galaxy.ansible.com/geerlingguy/gitlab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-lint: [602] Don't compare to empty string

bbaassssiiee opened this issue · comments

commented

when: gitlab_version != ''

Use when: gitlab_version rather than when: gitlab_version != ""

https://github.com/ansible/ansible-lint/blob/master/lib/ansiblelint/rules/ComparisonToEmptyStringRule.py

commented

Fixed in master, unreleased.