From 725fa1d07408cfe678cd6ba539947b25bed23e2d Mon Sep 17 00:00:00 2001
From: Alexander Dahl <alex@netz39.de>
Date: Wed, 19 Mar 2025 22:00:12 +0100
Subject: [PATCH] :pencil2: host: pottwal: Fix misleading task name

Looks like a copy'n'paste mistake.  Improve the other task name while at
it.

Fixes: 88e14f7ca699 (":ok_hand: pottwal: Move prosody config to /etc")
---
 host-pottwal.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index beb23b5..c6b97ad 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -184,7 +184,7 @@
         msg: "prosody data dir is missing, please restore from the backup!"
       when: not prosody_dir.stat.exists
 
-    - name: Ensure prosody config dir exists
+    - name: Ensure prosody main config dir exists
       ansible.builtin.file:
         path: "{{ prosody_config_dir }}"
         state: directory
@@ -204,7 +204,7 @@
         state: directory
         mode: 0755
 
-    - name: Ensure prosody certs dir exists
+    - name: Ensure prosody conf.d dir exists
       ansible.builtin.file:
         path: "{{ prosody_config_dir }}/conf.d"
         state: directory