Skip to content

Commit

Permalink
fix: Ignore @ tests for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwillsher committed Jun 21, 2024
1 parent 7fcc9c4 commit 178ba8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_second_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
- ansible_facts['service_mgr'] == 'systemd' or
(ansible_facts['os_family'] == 'RedHat' and ansible_facts['distribution_major_version'] == '7')
- ansible_facts['distribution'] != "Debian" or ansible_facts['distribution_major_version'] | int < 12
- not (ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_version'] is version('24.04', '>=')) # 24.04 has no sshd@.service in the package
block:
- name: Read the created instantiated service file
ansible.builtin.slurp:
Expand Down

0 comments on commit 178ba8d

Please sign in to comment.