We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb5657 commit b7e5426Copy full SHA for b7e5426
tests/tasks/setup.yml
@@ -41,7 +41,7 @@
41
main_ssh_config_name: 00-ansible.conf
42
main_ssh_config_path: /etc/ssh/ssh_config.d/
43
when:
44
- - ansible_facts['os_family'] in ['RedHat', 'Suse']
+ - (ansible_facts['os_family'] in ['RedHat', 'Suse']
45
and ansible_facts['distribution_major_version'] | int >= 8) or
46
(ansible_facts['distribution'] == 'Ubuntu'
47
and ansible_facts['distribution_major_version'] | int >= 20)
0 commit comments