13 lines
248 B
YAML
13 lines
248 B
YAML
---
|
|
- name: restart sssd
|
|
service: name=sssd state=restarted
|
|
|
|
- name: restart sshd
|
|
service: name=sshd state=restarted
|
|
|
|
- name: execute pam-auth-update
|
|
command: pam-auth-update --package
|
|
|
|
- name: restart ntp
|
|
service: name=ntp state=restarted
|