mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 13:23:14 +00:00
ipareplica: Fix typo in tasks/install.yml
This typo has been introduced with 20d25d0 in import_tasks for the
Python 2/3 test.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user