We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd72640 commit b83128dCopy full SHA for b83128d
tasks/deploy_netbox.yml
@@ -173,7 +173,7 @@
173
- name: Symlink/Remove NetBox local_settings.py file into/from the active NetBox release
174
file:
175
src: "{{ netbox_shared_path + '/custom_validators.py' if netbox_custom_validators_enabled else omit }}"
176
- dest: "{{ netbox_config_path }}/custom_validators.py"
+ dest: "{{ netbox_current_path }}/netbox/custom_validators.py"
177
owner: "{{ netbox_user }}"
178
group: "{{ netbox_group }}"
179
state: "{{ 'link' if netbox_custom_validators_enabled else 'absent' }}"
0 commit comments