Hi, when I install this role via ansible-galaxy, the source appears to missing the latest commit which fixes a linting issue. Unfortunately this causes ansible to fail with a syntax error:
- name: Add Nomad user to docker group
when: "{{ nomad_user }}" != "root"
^ here
If you run: ansible-galaxy role info brianshumate.nomad, it appears like the commit is included:
Hi, when I install this role via
ansible-galaxy
, the source appears to missing the latest commit which fixes a linting issue. Unfortunately this causes ansible to fail with a syntax error:If you run:
ansible-galaxy role info brianshumate.nomad
, it appears like the commit is included:However, I can verify the incorrect code is included in the release package at: https://github.com/brianshumate/ansible-nomad/archive/v1.9.3.zip.