mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-23 09:14:43 +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
|
script: py3test.py
|
||||||
register: py3test
|
register: py3test
|
||||||
failed_when: False
|
failed_when: False
|
||||||
|
changed_when: False
|
||||||
|
|
||||||
- name: Set python interpreter to 3
|
- name: Set python interpreter to 3
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
script: py3test.py
|
script: py3test.py
|
||||||
register: py3test
|
register: py3test
|
||||||
failed_when: False
|
failed_when: False
|
||||||
|
changed_when: False
|
||||||
|
|
||||||
- name: Set python interpreter to 3
|
- name: Set python interpreter to 3
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
script: py3test.py
|
script: py3test.py
|
||||||
register: py3test
|
register: py3test
|
||||||
failed_when: False
|
failed_when: False
|
||||||
|
changed_when: False
|
||||||
|
|
||||||
- name: Set python interpreter to 3
|
- name: Set python interpreter to 3
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user