Skip to content

Commit

Permalink
fix(tests): skip sshd unit file tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwillsher committed Jun 11, 2024
1 parent da558f1 commit c677481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_systemd_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,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', '>=')) # FIX: Skip for Ubuntu Noble due to significant changes
block:
- name: Read the distribution instantiated service file
ansible.builtin.slurp:
Expand Down

0 comments on commit c677481

Please sign in to comment.