From b39fa3b738cc07b5f219fcad69fb332fd9b2d516 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Fri, 23 Nov 2018 16:27:36 +0100 Subject: [PATCH] ipareplica: Fix typo in tasks/install.yml This typo has been introduced with 20d25d0 in import_tasks for the Python 2/3 test. --- roles/ipareplica/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ipareplica/tasks/install.yml b/roles/ipareplica/tasks/install.yml index 7472964b..baa0d0b4 100644 --- a/roles/ipareplica/tasks/install.yml +++ b/roles/ipareplica/tasks/install.yml @@ -23,7 +23,7 @@ when: not ipareplica_no_package_install | bool and ipareplica_setup_adtrust | bool - name: Install - Include Python2/3 import test - inport_tasks: "{{role_path}}/tasks/python_2_3_test.yml" + import_tasks: "{{role_path}}/tasks/python_2_3_test.yml" - name: Install - Set default principal if no keytab is given set_fact: -- GitLab