Skip to content

Commit 28f62b0

Browse files
committed
add permissions for netbox
1 parent 31aa787 commit 28f62b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/deploy_netbox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@
9494
{{ dep }}
9595
{% endfor %}
9696
dest: "{{ netbox_current_path }}/local_requirements.txt"
97+
owner: "{{ netbox_user }}"
98+
group: "{{ netbox_group }}"
9799
when: (_netbox_python_deps | length) > 0
98100
notify:
99101
- restart netbox.service

0 commit comments

Comments
 (0)