9 lines
215 B
YAML
9 lines
215 B
YAML
---
|
|
- name: Prepare Localhost
|
|
ansible.builtin.include_tasks: ./01_setup_localhost.yaml
|
|
when: is_localhost
|
|
|
|
- name: Prepare Localhost
|
|
ansible.builtin.include_tasks: ./05_setup_node.yaml
|
|
when: is_proxmox_node
|