From d52620607b770fd76525d6207a5a73614f33d806 Mon Sep 17 00:00:00 2001 From: Ray Lyon Date: Mon, 2 Oct 2023 18:35:08 +0000 Subject: [PATCH] link to part 2 from part 1 --- _posts/2023-08-27-nextcloud-podman.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2023-08-27-nextcloud-podman.md b/_posts/2023-08-27-nextcloud-podman.md index e2aa2f1..fbcb485 100644 --- a/_posts/2023-08-27-nextcloud-podman.md +++ b/_posts/2023-08-27-nextcloud-podman.md @@ -69,6 +69,7 @@ Enter [Ansible](https://www.ansible.com/). Anything you could possibly think to This post talked about the ideas and goals I had going into this project, and in Part 2 I'll talk about the details of the implementation, and how sometimes things seem a lot easier in a blog post than they turn out to be in reality! If you're interested in the nitty-gritty of how these tools work for a project like this, stay tuned for the next post in the series. +[*Link to Part two*]({% link _posts/2023-08-28-nextcloud-podman-part2.md %})