diff --git a/playbook.yml b/playbook.yml index cb08181..6eac7c1 100644 --- a/playbook.yml +++ b/playbook.yml @@ -817,6 +817,14 @@ tags: - always + - include_tasks: "{{ item }}" + with_first_found: + - files: + - "_machines/{{ ansible_hostname }}-tasks.yml" + skip: true + tags: + - always + handlers: - name: refresh package lists community.general.pacman: