Skip to content
Snippets Groups Projects
Commit ec563935 authored by Scott Solkhon's avatar Scott Solkhon
Browse files

Task to generate nginx.conf in inspection-store missing `become: True`

Change-Id: Idf1e7b1e7018d1324326c3b8b8cb04f2e27ee0d2
parent 978b8692
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment