Skip to content

Commit b83128d

Browse files
committed
put validators in the correct directory
1 parent cd72640 commit b83128d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/deploy_netbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
- name: Symlink/Remove NetBox local_settings.py file into/from the active NetBox release
174174
file:
175175
src: "{{ netbox_shared_path + '/custom_validators.py' if netbox_custom_validators_enabled else omit }}"
176-
dest: "{{ netbox_config_path }}/custom_validators.py"
176+
dest: "{{ netbox_current_path }}/netbox/custom_validators.py"
177177
owner: "{{ netbox_user }}"
178178
group: "{{ netbox_group }}"
179179
state: "{{ 'link' if netbox_custom_validators_enabled else 'absent' }}"

0 commit comments

Comments
 (0)