Add missing "become: true"

This commit is contained in:
June 2023-07-30 05:25:43 +02:00 committed by julian
parent 2efdfcad6d
commit c2a183c013

View file

@ -40,6 +40,7 @@
owner: root
group: root
mode: "0644"
become: true
- name: Flush handlers to make sure "apt-get update" handler runs, if needed
ansible.builtin.meta: flush_handlers