From c7db74fefaaec2eac952fbd2ff6dc94d9310ac35 Mon Sep 17 00:00:00 2001 From: ohmer1 <1868995+ohmer1@users.noreply.github.com> Date: Fri, 20 Jan 2023 13:44:43 -0500 Subject: [PATCH] Fix an error when the role ansible-role-powertools doesn't exists and the role is not targeting a server running CentOS/RH --- tasks/1_1_multi_os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/1_1_multi_os.yml b/tasks/1_1_multi_os.yml index 37b038d..b727a23 100644 --- a/tasks/1_1_multi_os.yml +++ b/tasks/1_1_multi_os.yml @@ -12,5 +12,5 @@ - "../vars/{{ ansible_os_family }}.yml" - "../vars/defaults.yml" -- import_tasks: 1_2_redhat.yml +- include_tasks: 1_2_redhat.yml when: ansible_os_family == "RedHat"