Skip to content

Commit

Permalink
use a collection!
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 20, 2024
1 parent 5fae4ef commit 89004fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion playbooks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
hosts: all
become: true
roles:
- forklift/roles/etc_hosts
- theforeman.forklift.etc_hosts

- name: Setup quadlet demo machine
hosts:
Expand Down
6 changes: 3 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ collections:
- name: containers.podman
version: ">=1.14.0"
- name: theforeman.foreman
- name: https://github.com/evgeni/forklift
type: git
version: collection

roles:
- name: geerlingguy.postgresql
- name: forklift
src: https://github.com/evgeni/forklift
version: meta

0 comments on commit 89004fb

Please sign in to comment.