Skip to content

Commit b7e5426

Browse files
HVSharma12richm
andcommitted
Update tests/tasks/setup.yml
Co-authored-by: Richard Megginson <richm@stanfordalumni.org>
1 parent 5eb5657 commit b7e5426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tasks/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
main_ssh_config_name: 00-ansible.conf
4242
main_ssh_config_path: /etc/ssh/ssh_config.d/
4343
when:
44-
- ansible_facts['os_family'] in ['RedHat', 'Suse']
44+
- (ansible_facts['os_family'] in ['RedHat', 'Suse']
4545
and ansible_facts['distribution_major_version'] | int >= 8) or
4646
(ansible_facts['distribution'] == 'Ubuntu'
4747
and ansible_facts['distribution_major_version'] | int >= 20)

0 commit comments

Comments
 (0)