1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-26 15:13:20 +02:00
2022-03-07 17:00:06 +01:00

8 lines
146 B
YAML

---
- name: reload samba
service:
name: "{{ (samba_role == 'dc' or samba_role == 'rodc') | ternary('samba','smb') }}"
state: reloaded