Merge pull request '✏️ host: pottwal: Fix misleading task name' (#512) from alex/netz39-infra-ansible:pottwal into master
Reviewed-on: Netz39_Admin/netz39-infra-ansible#512 Reviewed-by: Stefan Haun <tux@netz39.de>
This commit is contained in:
commit
09359799b8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue