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

Change-Id: Idf1e7b1e7018d1324326c3b8b8cb04f2e27ee0d2
This commit is contained in:
Scott Solkhon 2019-12-04 11:49:23 +00:00
parent 978b8692df
commit ec56393590

View File

@ -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