UnderGreen / ansible-role-mongodb

Ansible role to configure MongoDB
GNU General Public License v2.0
343 stars 293 forks source link

repair linting warnings #229

Closed DO1JLR closed 3 years ago

DO1JLR commented 4 years ago

There are a few linting reports here. I took a chance and fixed these.

[206] Variables should have spaces before and after: {{ var_name }}
tasks/install.debian.yml:65
    dest: "/lib/systemd/system/{{mongodb_daemon_name}}.service"

[206] Variables should have spaces before and after: {{ var_name }}
tasks/install.debian.yml:77
    src: "/lib/systemd/system/{{mongodb_daemon_name}}.service"

[206] Variables should have spaces before and after: {{ var_name }}
tasks/install.debian.yml:78
    dest: "/etc/systemd/system/multi-user.target.wants/{{mongodb_daemon_name}}.service"

[602] Don't compare to empty string
tasks/main.yml:7
          and mongodb_net_ssl_host == '' )
UnderGreen commented 3 years ago

Thank you for the PR. Really appreciate your activity on the repo. Sorry for a long time for a response! Closing as the same was done as part of #245