python_2_3_test: Make sure that python_2_3_test is also executed in test mode

python_2_3_test needs to be executed also in test mode to make sure that the
follwing ipa[server,replica,client]_test modules could be executed also in
test mode.
This commit is contained in:
Thomas Woerner
2019-03-26 14:19:56 +01:00
parent 9a9138150b
commit 82588026bf
3 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
register: result_py3test
failed_when: False
changed_when: False
check_mode: no
- name: Set python interpreter to 3
set_fact:

View File

@@ -4,6 +4,7 @@
register: result_py3test
failed_when: False
changed_when: False
check_mode: no
- name: Set python interpreter to 3
set_fact:

View File

@@ -4,6 +4,7 @@
register: result_py3test
failed_when: False
changed_when: False
check_mode: no
- name: Set python interpreter to 3
set_fact: