diff --git a/ansible/roles/inspection-store/tasks/config.yml b/ansible/roles/inspection-store/tasks/config.yml index 36b66c093..6297198ab 100644 --- a/ansible/roles/inspection-store/tasks/config.yml +++ b/ansible/roles/inspection-store/tasks/config.yml @@ -12,6 +12,7 @@ template: src: nginx.conf dest: "{{ inspection_store_config_path }}/nginx.conf" + become: True notify: - Restart inspection store container - Ensure inspection store data directory exists