Skip to content
Snippets Groups Projects
Commit 75cd130d authored by Kellin's avatar Kellin
Browse files

Capturing python3 check result is not a change


- Do not register a change in the playbook run when registering the
  variable checking for whether or not Python 3 imports work

Signed-off-by: default avatarKellin <kellin@retromud.org>
parent a4b2401e
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
script: py3test.py
register: py3test
failed_when: False
changed_when: False
- name: Set python interpreter to 3
set_fact:
......
......@@ -3,6 +3,7 @@
script: py3test.py
register: py3test
failed_when: False
changed_when: False
- name: Set python interpreter to 3
set_fact:
......
......@@ -3,6 +3,7 @@
script: py3test.py
register: py3test
failed_when: False
changed_when: False
- name: Set python interpreter to 3
set_fact:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment