[stable-2.19] test: Remove redundant Python 3 condition (#85664) (#85675)

(cherry picked from commit 603dd2d)

Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
pull/85691/head
Abhijeet Kasurde 4 months ago committed by GitHub
parent 3c1e46435b
commit e24bc689a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,9 +2,6 @@
hosts: testhost
tasks:
- name: Test for failure on Python 3
when: ansible_facts.python.version_info[0] >= 3
block:
- name: Lookup a file with duplicate keys
debug:
msg: "{{ lookup('ini', 'name', file='duplicate.ini', section='reggae') }}"

Loading…
Cancel
Save