Limit SSH agent DSA testing to RHEL 9 (#85193)

(cherry picked from commit 6a1c24ca99)
pull/85255/head
Matt Clay 7 months ago committed by Matt Davis
parent 880b584124
commit 8bbc43efd0

@ -8,7 +8,9 @@
- set_fact: - set_fact:
key_types: "{{ key_types + ['dsa'] }}" key_types: "{{ key_types + ['dsa'] }}"
when: ansible_distribution == "RedHat" when:
- ansible_distribution == "RedHat"
- ansible_distribution_major_version | int == 9
- include_tasks: test_key.yml - include_tasks: test_key.yml
loop: "{{ key_types }}" loop: "{{ key_types }}"

Loading…
Cancel
Save