mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-08 22:34:26 +00:00
Merge pull request #22 from kellinm/no-change-on-python3-test
Capturing python3 check result is not a change
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