From db900ffe6ae99ede1ef40420f2a963bf217f540b Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Thu, 27 May 2021 19:28:12 -0300
Subject: [PATCH] Fix comment identation in test playbooks.

Comments in YAML files should be aligned to content.
---
 tests/dnsrecord/test_compatibility_with_ansible_module.yml | 2 +-
 tests/server/test_server.yml                               | 2 +-
 tests/vault/tasks_vault_members.yml                        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/dnsrecord/test_compatibility_with_ansible_module.yml b/tests/dnsrecord/test_compatibility_with_ansible_module.yml
index 8de18c15..0940f9a8 100644
--- a/tests/dnsrecord/test_compatibility_with_ansible_module.yml
+++ b/tests/dnsrecord/test_compatibility_with_ansible_module.yml
@@ -197,7 +197,7 @@
     register: result
     failed_when: not result.changed or result.failed
 
-   # cleanup
+  # cleanup
   - name: Ensure that dns record 'host01' is absent
     ipadnsrecord:
       ipaadmin_password: SomeADMINpassword
diff --git a/tests/server/test_server.yml b/tests/server/test_server.yml
index 0f97b2ac..d5ec0d89 100644
--- a/tests/server/test_server.yml
+++ b/tests/server/test_server.yml
@@ -48,7 +48,7 @@
       name: mylocation
       state: absent
 
-# CREATE TEST ITEMS
+  # CREATE TEST ITEMS
 
   - name: Ensure location "mylocation" is present
     ipalocation:
diff --git a/tests/vault/tasks_vault_members.yml b/tests/vault/tasks_vault_members.yml
index 9bacb63d..d3af9347 100644
--- a/tests/vault/tasks_vault_members.yml
+++ b/tests/vault/tasks_vault_members.yml
@@ -1,5 +1,5 @@
 ---
-# Tasks to test member management for Vault module.
+  # Tasks to test member management for Vault module.
   - name: Setup testing environment.
     import_tasks: env_setup.yml
 
-- 
GitLab