diff --git a/roles/ipaclient/action_plugins/ipaclient_get_otp.py b/roles/ipaclient/action_plugins/ipaclient_get_otp.py index 83d5eeeb..3c480ecd 100644 --- a/roles/ipaclient/action_plugins/ipaclient_get_otp.py +++ b/roles/ipaclient/action_plugins/ipaclient_get_otp.py @@ -117,7 +117,7 @@ KRB5CONF_TEMPLATE = """ [domain_realm] .{{ ipa_domain }} = {{ ipa_realm }} - {{ ipa_domain }} = {{ ipa_realm}} + {{ ipa_domain }} = {{ ipa_realm }} """ class ActionModule(ActionBase): diff --git a/roles/ipaclient/tasks/install.yml b/roles/ipaclient/tasks/install.yml index 3d6b63fc..11a863a6 100644 --- a/roles/ipaclient/tasks/install.yml +++ b/roles/ipaclient/tasks/install.yml @@ -9,7 +9,7 @@ when: ipaclient_install_packages | bool - name: Install - Include Python2/3 import test - import_tasks: "{{role_path}}/tasks/python_2_3_test.yml" + import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml" - name: Install - Set ipaclient_servers set_fact: @@ -86,7 +86,6 @@ ipaclient_use_otp: "no" when: ipaclient_use_otp | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not ipaclient_force_join | bool - # The following block is executed when using OTP to enroll IPA client # ie when ipaclient_use_otp is set. # It connects to ipaserver and add the host with --random option in order @@ -102,7 +101,7 @@ ipaclient_ansible_python_interpreter: "{{ ansible_python_interpreter }}" - name: Install - Include Python2/3 import test - import_tasks: "{{role_path}}/tasks/python_2_3_test.yml" + import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml" delegate_to: "{{ result_ipaclient_test.servers[0] }}" - name: Install - Get One-Time Password for client enrollment @@ -314,4 +313,3 @@ file: path: "/etc/ipa/.dns_ccache" state: absent - diff --git a/roles/ipaclient/tasks/uninstall.yml b/roles/ipaclient/tasks/uninstall.yml index 6f0f570b..5acd3a31 100644 --- a/roles/ipaclient/tasks/uninstall.yml +++ b/roles/ipaclient/tasks/uninstall.yml @@ -2,7 +2,7 @@ # tasks to uninstall IPA client #- name: Uninstall - Include Python2/3 import test -# import_tasks: "{{role_path}}/tasks/python_2_3_test.yml" +# import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml" - name: Uninstall - Uninstall IPA client command: > diff --git a/roles/ipareplica/tasks/install.yml b/roles/ipareplica/tasks/install.yml index d441239b..ebec01b9 100644 --- a/roles/ipareplica/tasks/install.yml +++ b/roles/ipareplica/tasks/install.yml @@ -26,7 +26,7 @@ when: ipareplica_install_packages | bool - name: Install - Include Python2/3 import test - import_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: diff --git a/roles/ipareplica/tasks/uninstall.yml b/roles/ipareplica/tasks/uninstall.yml index b5262ea3..cd835f96 100644 --- a/roles/ipareplica/tasks/uninstall.yml +++ b/roles/ipareplica/tasks/uninstall.yml @@ -2,7 +2,7 @@ # tasks to uninstall IPA replica #- name: Uninstall - Include Python2/3 import test -# import_tasks: "{{role_path}}/tasks/python_2_3_test.yml" +# import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml" - name: Uninstall - Uninstall IPA replica command: > diff --git a/roles/ipaserver/tasks/install.yml b/roles/ipaserver/tasks/install.yml index e8a0917c..78677841 100644 --- a/roles/ipaserver/tasks/install.yml +++ b/roles/ipaserver/tasks/install.yml @@ -25,7 +25,7 @@ when: ipaserver_install_packages | bool - name: Install - Include Python2/3 import test - import_tasks: "{{role_path}}/tasks/python_2_3_test.yml" + import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml" - name: Install - Server installation test ipaserver_test: @@ -244,7 +244,6 @@ ca_subject: "{{ result_ipaserver_test.ca_subject }}" _ca_subject: "{{ result_ipaserver_test._ca_subject }}" ca_signing_algorithm: "{{ ipaserver_ca_signing_algorithm | default(omit) }}" - reverse_zones: "{{ result_ipaserver_test.reverse_zones }}" no_reverse: "{{ ipaserver_no_reverse }}" auto_forwarders: "{{ ipaserver_auto_forwarders }}" diff --git a/roles/ipaserver/tasks/uninstall.yml b/roles/ipaserver/tasks/uninstall.yml index 78044e07..839a52bb 100644 --- a/roles/ipaserver/tasks/uninstall.yml +++ b/roles/ipaserver/tasks/uninstall.yml @@ -2,7 +2,7 @@ # tasks to uninstall IPA server #- name: Uninstall - Include Python2/3 import test -# import: "{{role_path}}/tasks/python_2_3_test.yml" +# import: "{{ role_path }}/tasks/python_2_3_test.yml" - name: Uninstall - Uninstall IPA server command: >