pyrocufflink: Ensure winbind is running

Since the first pass of `pyrocufflink.yml` always fails to start the
*winbind* service (since the machine is not yet a member of the domain),
a second pass is required to start it. It can't be started as part of
the *winbind* role, though, since it would fail. As such, it has to be
started at the very end of the play.
jenkins-master
Dustin 2018-04-08 10:13:19 -05:00
parent 712d298b38
commit fff486ca03
1 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,8 @@
- winbind
- nsswitch
- system-auth
tasks:
- name: ensure winbind is running
service:
name=winbind
state=started