From 50d0af489296a42f8773066ffc37265dab1d5b0a Mon Sep 17 00:00:00 2001 From: Joshua Hull Date: Sun, 15 Jan 2023 10:49:21 +0100 Subject: sky: homepage: set up the frontpage of labitat.dk esmil: - use timer to update the homepage - git clone/update and install gems as the homepage user --- roles/sky/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/sky/tasks/main.yml') diff --git a/roles/sky/tasks/main.yml b/roles/sky/tasks/main.yml index 6144e82..9d04b9f 100644 --- a/roles/sky/tasks/main.yml +++ b/roles/sky/tasks/main.yml @@ -11,5 +11,7 @@ - import_tasks: certbot.yml tags: certbot +- import_tasks: homepage.yml + tags: homepage # vim: set ts=2 sw=2 et: -- cgit v1.2.1