Skip to content

Commit

Permalink
test: fix yaml format
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed May 25, 2022
1 parent 79a58b5 commit 3be7f59
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tests/integration/targets/block_storage/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3be7f59

Please sign in to comment.