Add missing "become: true"
This commit is contained in:
parent
2efdfcad6d
commit
c2a183c013
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue