Skip to content

Commit c62a240

Browse files
committed
fix: Add collection dependencies to galaxy.yml
The superuser task uses the "django_manage" module from "community.general". The PostgreSQL database tasks require the "community.postgresql" collection.
1 parent 3fbc496 commit c62a240

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

galaxy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ tags:
1414
- ipam
1515
- netbox
1616
- networking
17-
dependencies: {}
17+
dependencies:
18+
"community.general": "*"
19+
"community.postgresql": "*"
1820

1921
repository: "https://github.com/pheus/ansible-collection-netbox"
2022
issues: "https://github.com/pheus/ansible-collection-netbox/issues"

roles/nb_install/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Installs and configures [NetBox](https://github.com/netbox-community/netbox) as
66

77
The role requires the following Ansible collections to be available:
88

9-
- community.django
9+
- community.general
1010
- community.postgres
1111

1212
Additionally NetBox has some requirements for the targeting host:

0 commit comments

Comments
 (0)