--- - name: Reload ssh service: name: "{{ (ansible_distribution == 'Rocky') | ternary('sshd', 'ssh') }}" state: reloaded tags: - role::ssh