---
- name: restart ssh
  service:
    name: "{{ security_sshd_name }}"
    state: "{{ security_ssh_restart_handler_state }}"

- name: restart rng-tools
  service:
    name: rng-tools
    state: restarted
