From ffb58cd5571e2077abb05554849b5ab10824b67d Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Sun, 12 Dec 2021 20:39:50 +0100 Subject: [PATCH] Revert "fixed tests for ansible 2.12" include is deprecated and will be removed in 2.16, so there is some time to fix this left This reverts commit 19c28b2b1a56dfdbf3ab838a8e3b8881a5951520. --- tests/ansible/all.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ansible/all.yml b/tests/ansible/all.yml index 7a3e7000..e8bf26f2 100644 --- a/tests/ansible/all.yml +++ b/tests/ansible/all.yml @@ -1,6 +1,6 @@ -- import_playbook: setup/all.yml +- include: setup/all.yml tags: setup -- import_playbook: regression/all.yml +- include: regression/all.yml tags: regression -- import_playbook: integration/all.yml +- include: integration/all.yml tags: integration