- name: restart fluent-bit daemonset delegate_to: localhost become: false kubernetes.core.k8s: api_version: apps/v1 kind: DaemonSet namespace: fluent-bit name: fluent-bit definition: spec: template: metadata: annotations: kubectl.kubernetes.io/restartedAt: >- {{ '%Y-%m-%dT%H:%M:%S%z' | strftime }}