Skip to content

Commit e509c1f

Browse files
zerwesmoreati
andauthored
Update tests/ansible/integration/interpreter_discovery/ansible_2_8_tests.yml
Co-authored-by: Alex Willmer <[email protected]>
1 parent 54b9115 commit e509c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ansible/integration/interpreter_discovery/ansible_2_8_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
ping:
6464
register: legacy
6565

66+
- name: check for dep warning (only on platforms where auto result is not /usr/bin/python and legacy is) for ansible 2.8-2.11
6667
# from ansible 2.12 on this changed
6768
# - https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_5.html#python-interpreter-discovery
6869
# - https://docs.ansible.com/ansible/latest/reference_appendices/interpreter_discovery.html
69-
# default discovery methot is now auto and will default to python3
70+
# default discovery method is now auto and will default to python3
7071
# and the message changed from a deprecation warning to a real warning that can not be suppressed by
7172
# using deprecation_warnings=False
72-
- name: check for dep warning (only on platforms where auto result is not /usr/bin/python and legacy is) for ansible 2.8-2.11
7373
assert:
7474
that:
7575
- legacy.deprecations | default([]) | length > 0

0 commit comments

Comments
 (0)