Skip to content

Commit

Permalink
ansible requirements lae.proxmox v1.9.0 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ol3d committed Sep 13, 2024
1 parent 67cb004 commit dea571b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lab/provision/ansible/proxmox/playbooks/configure-nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
block:
- name: Configure proxmox cluster using proxmox role
ansible.builtin.include_role:
name: proxmox
# name: proxmox-lae
name: lae.proxmox
# name: proxmox-test

# To include the role from the collection, the naming cannot contain a hyphen '-', instead it must use an underscore '_'
# https://stackoverflow.com/questions/72814254/ansible-cant-find-roles-from-collection
Expand Down
7 changes: 2 additions & 5 deletions lab/provision/ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ roles:
- name: geerlingguy.ntp
version: 2.5.0
- name: lae.proxmox
version: v1.8.1
- name: proxmox-lae
src: git+https://github.com/lae/ansible-role-proxmox.git
version: develop
- name: proxmox
version: v1.9.0
- name: proxmox-test
src: git+https://github.com/ol3d/ansible-role-proxmox.git
# version: homelab
version: feature/vfio-support
Expand Down

0 comments on commit dea571b

Please sign in to comment.