Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Wrong service names for Arch Linux #72

Open
andrew-wja opened this issue Jul 17, 2021 · 1 comment
Open

Wrong service names for Arch Linux #72

andrew-wja opened this issue Jul 17, 2021 · 1 comment

Comments

@andrew-wja
Copy link

The service names for Arch Linux are incorrect in roles/samba/vars/os_Archlinux.yml

https://wiki.archlinux.org/title/Samba#Enabling_and_starting_services

TASK [bertvv.samba : Start Samba service(s)] ***********************************
failed: [test] (item=smbd) => {"ansible_loop_var": "item", "changed": false, "item": "smbd", "msg": "Could not find the requested service smbd: host"}
failed: [test] (item=nmbd) => {"ansible_loop_var": "item", "changed": false, "item": "nmbd", "msg": "Could not find the requested service nmbd: host"}

@andrew-wja
Copy link
Author

This is fixed in #45, could you accept that pull request please? Otherwise, this role just doesn't work on Arch Linux hosts, because samba_services is not a parameter than can be overriden when including the role.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant