diff --git a/roles/stepupgateway/tasks/main.yml b/roles/stepupgateway/tasks/main.yml index 0aad3749f..52f24b95a 100644 --- a/roles/stepupgateway/tasks/main.yml +++ b/roles/stepupgateway/tasks/main.yml @@ -111,6 +111,12 @@ path: "/root/01-gateway-db_migrate.sh" state: absent +- name: Put logout.php in public + template: + src: "logout.php.j2" + dest: "{{ current_release_appdir }}/public/logout.php" + mode: "444" + - meta: flush_handlers - name: Include post installation tasks diff --git a/roles/stepupgateway/templates/logout.php.j2 b/roles/stepupgateway/templates/logout.php.j2 new file mode 100644 index 000000000..ffcf5369d --- /dev/null +++ b/roles/stepupgateway/templates/logout.php.j2 @@ -0,0 +1,45 @@ +