FIX: roles naming style changed
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
roles:
|
||||
- ../roles/00_basic_proxmox_lxc
|
||||
- ../roles/basic_proxmox_lxc
|
||||
|
||||
- name: Basic Proxmox guest deployment
|
||||
hosts: all
|
||||
remote_user: root
|
||||
roles:
|
||||
- ../roles/01_basic_postinstall
|
||||
- ../roles/basic_postinstall
|
||||
vars_files:
|
||||
../inventory/group_vars/all/secrets.yaml
|
||||
vars:
|
||||
|
||||
Reference in New Issue
Block a user