Enable machine-specific tasks
This commit is contained in:
@@ -817,6 +817,14 @@
|
|||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
||||||
|
- include_tasks: "{{ item }}"
|
||||||
|
with_first_found:
|
||||||
|
- files:
|
||||||
|
- "_machines/{{ ansible_hostname }}-tasks.yml"
|
||||||
|
skip: true
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: refresh package lists
|
- name: refresh package lists
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user