Add missing "become: true"
This commit is contained in:
parent
2efdfcad6d
commit
c2a183c013
|
@ -40,6 +40,7 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
|
become: true
|
||||||
|
|
||||||
- name: Flush handlers to make sure "apt-get update" handler runs, if needed
|
- name: Flush handlers to make sure "apt-get update" handler runs, if needed
|
||||||
ansible.builtin.meta: flush_handlers
|
ansible.builtin.meta: flush_handlers
|
||||||
|
|
Loading…
Reference in a new issue