8 lines
199 B
YAML
8 lines
199 B
YAML
- 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"
|