Skip to content

Commit

Permalink
Nginx isn't even needed for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 29, 2023
1 parent c56add0 commit 82caa64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ rules:
comments:
min-spaces-from-content: 1
require-starting-space: false
comments-indentation: disable
line-length: disable
2 changes: 1 addition & 1 deletion tests/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- hosts: 127.0.0.1
tasks:
- include_tasks: nginx.yml
# - include_tasks: nginx.yml
- include_tasks: tunnel.yml
- include_tasks: https.yml

0 comments on commit 82caa64

Please sign in to comment.