1 2 3 4 5 6 7
--- - name: Reload ssh service: name: "{{ (ansible_distribution == 'Rocky') | ternary('sshd', 'ssh') }}" state: reloaded tags: - role::ssh