Kerberos5: Fix update_cache to omit removed tasks warnings

This commit is contained in:
Андрей Лимачко 2022-04-18 14:59:20 +04:00
parent 01c366f1d0
commit 5cbbf28001
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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