From 19c28b2b1a56dfdbf3ab838a8e3b8881a5951520 Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Wed, 8 Dec 2021 23:45:50 +0100 Subject: [PATCH] fixed tests for ansible 2.12 --- 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 e8bf26f2..7a3e7000 100644 --- a/tests/ansible/all.yml +++ b/tests/ansible/all.yml @@ -1,6 +1,6 @@ -- include: setup/all.yml +- import_playbook: setup/all.yml tags: setup -- include: regression/all.yml +- import_playbook: regression/all.yml tags: regression -- include: integration/all.yml +- import_playbook: integration/all.yml tags: integration