- name: reload smbd
  command: systemctl reload smbd
  when: "'handler' not in ansible_skip_tags"

- name: restart sssd
  command: systemctl restart sssd
  when: "'handler' not in ansible_skip_tags"