altlinuxteam / ansible-samba

Ansible role to deploy samba DCs and client against ALT Linux
MIT License
0 stars 7 forks source link

client: don't try to restart samba service #1

Closed asheplyakov closed 6 years ago

asheplyakov commented 6 years ago

samba service is not available on client nodes, hence an attempt to restart them is deemed to fail:

TASK [samba : restart samba] *** fatal: [cl1]: FAILED! => {"changed": false, "msg": "Could not find the requested service samba: host"} fatal: [cl2]: FAILED! => {"changed": false, "msg": "Could not find the requested service samba: host"} fatal: [cl0]: FAILED! => {"changed": false, "msg": "Could not find the requested service samba: host"}

Closes: BaseALT/infra #7