From b1e65c4d53c0cab4513ec1cefdbf798ecd708eda Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 27 Oct 2021 22:09:27 +1000 Subject: [PATCH] [apps.fp.o] remove staging condition on moving apps.yaml over Signed-off-by: Ryan Lerch --- roles/apps-fp-o/tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/apps-fp-o/tasks/main.yml b/roles/apps-fp-o/tasks/main.yml index 38b423b34a..0acc920c63 100644 --- a/roles/apps-fp-o/tasks/main.yml +++ b/roles/apps-fp-o/tasks/main.yml @@ -46,13 +46,10 @@ tags: - apps-fp-o -# this was commented out, and might not be working. just turned back on -# for staging to test it out. - name: Copy in our app data yaml copy: > src=apps.yaml dest=/usr/share/apps-fp-o/apps.yaml owner=root group=root mode=0644 - when: env == 'staging' notify: - rebuild apps-fp-o html - rebuild apps-fp-o json