Skip to content

Commit

Permalink
fix(doc): typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Jelen <[email protected]>
  • Loading branch information
mattwillsher and Jakuje authored Jun 11, 2024
1 parent c22b54f commit 34892fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_systemd_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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@.server in the package
- not (ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_version'] is version('24.04', '>=')) # 24.04 has no sshd@.socket in the package
block:
- name: Read the distribution instantiated service file
ansible.builtin.slurp:
Expand Down

0 comments on commit 34892fa

Please sign in to comment.