From 3be7f59555a0b6d66be27ba20c90308f41e981ee Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Wed, 25 May 2022 22:01:15 +0200 Subject: [PATCH] test: fix yaml format --- .../targets/block_storage/tasks/main.yml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/integration/targets/block_storage/tasks/main.yml b/tests/integration/targets/block_storage/tasks/main.yml index 34e4afc..fb3d29b 100644 --- a/tests/integration/targets/block_storage/tasks/main.yml +++ b/tests/integration/targets/block_storage/tasks/main.yml @@ -1,16 +1,16 @@ --- - block: - - ansible.builtin.import_tasks: failures.yml - - ansible.builtin.import_tasks: tests.yml - # TODO: to uncomment, replace the server instance task with a v2 - # - ansible.builtin.import_tasks: tests_attach_to_server.yml + - ansible.builtin.import_tasks: failures.yml + - ansible.builtin.import_tasks: tests.yml + # TODO: to uncomment, replace the server instance task with a v2 + # - ansible.builtin.import_tasks: tests_attach_to_server.yml always: - - ansible.builtin.import_role: - name: cleanup - tasks_from: cleanup_instance - - ansible.builtin.import_role: - name: cleanup - tasks_from: cleanup_ssh_key - - ansible.builtin.import_role: - name: cleanup - tasks_from: cleanup_block_storage + - ansible.builtin.import_role: + name: cleanup + tasks_from: cleanup_instance + - ansible.builtin.import_role: + name: cleanup + tasks_from: cleanup_ssh_key + - ansible.builtin.import_role: + name: cleanup + tasks_from: cleanup_block_storage