Fix white space issues in yaml files and ansible vars

This commit is contained in:
Thomas Woerner
2019-05-03 17:34:56 +02:00
parent de087f8e38
commit 12006859d9
7 changed files with 8 additions and 11 deletions

View File

@@ -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:

View File

@@ -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: >