mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 13:23:14 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user