Use FQCN for module names
This commit is contained in:
parent
be273475c9
commit
8ba9437c89
17 changed files with 52 additions and 52 deletions
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
- name: install kerberos client packages
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name: krb5-workstation
|
||||
state: installed
|
||||
|
||||
- name: configure kerberos client
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
dest: /etc/krb5.conf.d/realm.conf
|
||||
src: realm.conf.j2
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue