We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fad5f commit a9451a6Copy full SHA for a9451a6
tasks/main.yml
@@ -8,7 +8,7 @@
8
when:
9
- nginx_install | bool
10
- (nginx_install_from == "nginx_repository" or nginx_type == "plus")
11
- ignore_errors: true
+ ignore_errors: true # noqa ignore-errors
12
tags: nginx_check_support
13
14
- name: Set up prerequisites
0 commit comments