Skip to content

Commit 3a91159

Browse files
committed
Revert "Performance: Use import_tasks in the main plays"
This reverts commit d22758c. Reason for revert: This patch was found to introduce issues with fluentd customisation. The underlying issue is not currently fully understood, but could be a sign of other obscure issues. Change-Id: I348b679ce968efba3ebe3661b54726bc661dc50b
1 parent d22758c commit 3a91159

File tree

70 files changed

+72
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+72
-70
lines changed

ansible/roles/aodh/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- import_tasks: "{{ kolla_action }}.yml"
2+
- include_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- import_tasks: "{{ kolla_action }}.yml"
2+
- include_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- import_tasks: "{{ kolla_action }}.yml"
2+
- include_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- import_tasks: "{{ kolla_action }}.yml"
2+
- include_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- import_tasks: "{{ kolla_action }}.yml"
2+
- include_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- import_tasks: "{{ kolla_action }}.yml"
2+
- include_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- import_tasks: "{{ kolla_action }}.yml"
2+
- include_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- import_tasks: "{{ kolla_action }}.yml"
2+
- include_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- import_tasks: "{{ kolla_action }}.yml"
2+
- include_tasks: "{{ kolla_action }}.yml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
- import_tasks: "{{ kolla_action }}.yml"
2+
- include_tasks: "{{ kolla_action }}.yml"

0 commit comments

Comments
 (0)