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: Kellin <kellin@retromud.org>
This commit is contained in:
Kellin
2018-04-10 21:01:13 -04:00
parent a4b2401e4f
commit 75cd130d4a
3 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
script: py3test.py
register: py3test
failed_when: False
changed_when: False
- name: Set python interpreter to 3
set_fact:

View File

@@ -3,6 +3,7 @@
script: py3test.py
register: py3test
failed_when: False
changed_when: False
- name: Set python interpreter to 3
set_fact:

View File

@@ -3,6 +3,7 @@
script: py3test.py
register: py3test
failed_when: False
changed_when: False
- name: Set python interpreter to 3
set_fact: