Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

skip_ansible_lint does not work with this action. #5

Open
bbaassssiiee opened this issue Oct 1, 2016 · 3 comments
Open

skip_ansible_lint does not work with this action. #5

bbaassssiiee opened this issue Oct 1, 2016 · 3 comments

Comments

@bbaassssiiee
Copy link
Contributor

bbaassssiiee commented Oct 1, 2016

- name: 'configure postgres_net to postgres_port in firewalld'
  become: yes
  firewalld: rich_rule='rule family="ipv4" source address="{{ postgres_net }}" port port="{{ postgres_port }}" protocol="tcp" accept' permanent=true state=enabled immediate=yes
  tags:
    - skip_ansible_lint
@shirou
Copy link
Contributor

shirou commented Oct 2, 2016

This is an ansible-lint issue. Since line too long checks every lines, tag can not be used with current ansible-lint implementation.

For example, the default rule [ANSIBLE0002] Trailing whitespace is detected though with skip_ansible_lint tag.

@bbaassssiiee
Copy link
Contributor Author

Has this issue been filed with ansible-lint?

@shirou
Copy link
Contributor

shirou commented Oct 4, 2016

I have not searched yet. But I think it looks like a little bit hard to fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants