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