Print fewer logs when removing manifests (#55)

This commit is contained in:
Simon Leiner 2022-08-24 06:26:08 +02:00 committed by GitHub
parent e04f3bac61
commit 370e19169b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,3 +192,5 @@
with_items:
- "{{ k3s_server_manifests.files }}"
- "{{ k3s_server_manifests_directories.files }}"
loop_control:
label: "{{ item.path }}"