From 82caa646cca47fe1ec8fab5f1c99425398758fd5 Mon Sep 17 00:00:00 2001 From: Viktor Berke Date: Wed, 29 Nov 2023 17:54:46 +0100 Subject: [PATCH] Nginx isn't even needed for the test --- .yamllint | 1 + tests/main.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.yamllint b/.yamllint index 2c89427..89e355c 100644 --- a/.yamllint +++ b/.yamllint @@ -7,4 +7,5 @@ rules: comments: min-spaces-from-content: 1 require-starting-space: false + comments-indentation: disable line-length: disable diff --git a/tests/main.yml b/tests/main.yml index 4ab5719..c0209e9 100644 --- a/tests/main.yml +++ b/tests/main.yml @@ -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