Skip to content

Commit 3d15aa0

Browse files
committed
use ansible.builtin.meta
1 parent 7cf15ef commit 3d15aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/playbooks/roles/compatibility_layer/tasks/add_overlay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}}
3232
3333
- name: Flush handlers to make sure that overlays are synced
34-
meta: flush_handlers
34+
ansible.builtin.meta: flush_handlers
3535

3636
- name: Find all files and directories in the etc/portage directory of the overlay
3737
ansible.builtin.find:

0 commit comments

Comments
 (0)