Skip to content

Commit a9451a6

Browse files
authored
Ignore Ansible lint warning (#418)
1 parent 39fad5f commit a9451a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
when:
99
- nginx_install | bool
1010
- (nginx_install_from == "nginx_repository" or nginx_type == "plus")
11-
ignore_errors: true
11+
ignore_errors: true # noqa ignore-errors
1212
tags: nginx_check_support
1313

1414
- name: Set up prerequisites

0 commit comments

Comments
 (0)