Skip to content

Commit f4306f4

Browse files
committed
Add netbox_config.MEDIA_ROOT to test group_vars
1 parent 18cfb52 commit f4306f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/group_vars/netbox

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ netbox_socket: "0.0.0.0:8080"
44
netbox_config:
55
ALLOWED_HOSTS:
66
- "{{ inventory_hostname }}"
7+
MEDIA_ROOT: "{{ netbox_shared_path }}/media"
78
netbox_superuser_password: netbox
89
netbox_database: "netbox_{{ inventory_hostname_short }}"
910
netbox_database_host: 10.0.3.1

0 commit comments

Comments
 (0)