Add scan (working samba on Alpine) role

This commit is contained in:
polz 2025-02-17 13:27:40 +01:00
parent 200f3be792
commit fe646ece89
3 changed files with 146 additions and 0 deletions

View file

@ -0,0 +1,3 @@
- name: reload smbd
command: service smbd reload
when: "'handler' not in ansible_skip_tags"