Skip to content
Snippets Groups Projects
Commit b39fa3b7 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipareplica: Fix typo in tasks/install.yml

This typo has been introduced with 20d25d0d in import_tasks for the
Python 2/3 test.
parent 36c7e0e1
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment