forked from saratov/infra
Kerberos5: Fix update_cache to omit removed tasks warnings
This commit is contained in:
parent
01c366f1d0
commit
5cbbf28001
@ -11,7 +11,6 @@
|
||||
apt_rpm:
|
||||
pkg: "{{ krb5_cl_packages | join(',')}}"
|
||||
state: installed
|
||||
update_cache: yes
|
||||
when: krb5_cl_packages | length > 0
|
||||
|
||||
- name: register node in localhost hostvars
|
||||
|
@ -10,7 +10,6 @@
|
||||
apt_rpm:
|
||||
pkg: "{{ krb5_packages | join(',')}}"
|
||||
state: installed
|
||||
update_cache: yes
|
||||
when: krb5_packages | length > 0
|
||||
|
||||
# Configure /etc/hosts and avoid complex DNS configuration for KDC
|
||||
|
Loading…
Reference in New Issue
Block a user