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

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.
parent 9a913815
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
register: result_py3test register: result_py3test
failed_when: False failed_when: False
changed_when: False changed_when: False
check_mode: no
- name: Set python interpreter to 3 - name: Set python interpreter to 3
set_fact: set_fact:
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
register: result_py3test register: result_py3test
failed_when: False failed_when: False
changed_when: False changed_when: False
check_mode: no
- name: Set python interpreter to 3 - name: Set python interpreter to 3
set_fact: set_fact:
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
register: result_py3test register: result_py3test
failed_when: False failed_when: False
changed_when: False changed_when: False
check_mode: no
- name: Set python interpreter to 3 - name: Set python interpreter to 3
set_fact: set_fact:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment