ansible-lint fixes
This commit is contained in:
parent
3a64f595fe
commit
203d9bea62
17 changed files with 53 additions and 57 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
- name: install kerberos client packages
|
||||
- name: Install packages
|
||||
ansible.builtin.package:
|
||||
name: krb5-workstation
|
||||
state: installed
|
||||
|
||||
- name: configure kerberos client
|
||||
- name: Create config
|
||||
ansible.builtin.template:
|
||||
dest: /etc/krb5.conf.d/realm.conf
|
||||
src: realm.conf.j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue