Ignore Ansible lint warning (#418)

This commit is contained in:
Alessandro Fael Garcia 2021-06-09 17:46:49 +02:00 committed by GitHub
parent 39fad5fa93
commit a9451a60c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
when:
- nginx_install | bool
- (nginx_install_from == "nginx_repository" or nginx_type == "plus")
ignore_errors: true
ignore_errors: true # noqa ignore-errors
tags: nginx_check_support
- name: Set up prerequisites