Skip to content

Commit

Permalink
ACA-1639: Adding alaways statment to the first block
Browse files Browse the repository at this point in the history
Signed-off-by: hyaish <[email protected]>
  • Loading branch information
Yaish25491 committed Jul 21, 2024
1 parent a294ccf commit 9bd5b17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- Adding alwayes statment to the first block
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@

- name: Test with pre created Resource Group
block:
- name: Test with pre created Resource Group
ansible.builtin.include_tasks: "create_and_delete_sg.yml"
vars:
test_resource_group: "{{ resource_group }}"
always:
- name: Test with pre created Resource Group
ansible.builtin.include_tasks: "create_and_delete_sg.yml"
vars:
test_resource_group: "{{ resource_group }}"

- name: Test with create and delete Resource Group
block:
Expand Down

0 comments on commit 9bd5b17

Please sign in to comment.