From ec56393590c803a25ca1a9a10ec290ee096ad48c Mon Sep 17 00:00:00 2001 From: Scott Solkhon Date: Wed, 4 Dec 2019 11:49:23 +0000 Subject: [PATCH] Task to generate nginx.conf in inspection-store missing `become: True` Change-Id: Idf1e7b1e7018d1324326c3b8b8cb04f2e27ee0d2 --- ansible/roles/inspection-store/tasks/config.yml | 1 + 1 file changed, 1 insertion(+) 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