Ignore Ansible lint warning (#418)
This commit is contained in:
parent
39fad5fa93
commit
a9451a60c7
@ -8,7 +8,7 @@
|
|||||||
when:
|
when:
|
||||||
- nginx_install | bool
|
- nginx_install | bool
|
||||||
- (nginx_install_from == "nginx_repository" or nginx_type == "plus")
|
- (nginx_install_from == "nginx_repository" or nginx_type == "plus")
|
||||||
ignore_errors: true
|
ignore_errors: true # noqa ignore-errors
|
||||||
tags: nginx_check_support
|
tags: nginx_check_support
|
||||||
|
|
||||||
- name: Set up prerequisites
|
- name: Set up prerequisites
|
||||||
|
Loading…
Reference in New Issue
Block a user