Skip to content

Commit 0599f67

Browse files
committed
ACA-1639: Adding alaways statment to the first block
Signed-off-by: hyaish <[email protected]>
1 parent a294ccf commit 0599f67

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bugfixes:
2+
- Adding alwayes statment to the first block

tests/integration/targets/test_azure_manage_security_group/tasks/main.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77

88
- name: Test with pre created Resource Group
99
block:
10-
- name: Test with pre created Resource Group
11-
ansible.builtin.include_tasks: "create_and_delete_sg.yml"
12-
vars:
13-
test_resource_group: "{{ resource_group }}"
10+
always:
11+
- name: Test with pre created Resource Group
12+
ansible.builtin.include_tasks: "create_and_delete_sg.yml"
13+
vars:
14+
test_resource_group: "{{ resource_group }}"
1415

1516
- name: Test with create and delete Resource Group
1617
block:

0 commit comments

Comments
 (0)