From 2a0dd1f0ac9e24950bfbf5a694e512d44e53b622 Mon Sep 17 00:00:00 2001 From: Samuel Mutel <12967891+smutel@users.noreply.github.com> Date: Mon, 21 Mar 2022 18:17:45 +0100 Subject: [PATCH] enh: Change permissions on netbox home --- tasks/deploy_netbox.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/deploy_netbox.yml b/tasks/deploy_netbox.yml index 95c9036..996103f 100644 --- a/tasks/deploy_netbox.yml +++ b/tasks/deploy_netbox.yml @@ -6,6 +6,7 @@ owner: "{{ netbox_user }}" group: "{{ netbox_group }}" loop: + - "{{ netbox_home }}" - "{{ netbox_releases_path }}" - "{{ netbox_shared_path }}" - "{{ _netbox_config.MEDIA_ROOT }}"