Fix a task name.

This commit is contained in:
Andrea Dell'Amico 2023-07-13 11:28:02 +02:00
parent 1131f7ba32
commit 0aa07e17c8
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- name: Install ad initialize the private CA
tags: ['mkcert', 'pki']
block:
- name: Create the letsencrypt acme user
- name: Create the {{ mkcert_user }} user
ansible.builtin.user:
name: "{{ mkcert_user }}"
home: "{{ mkcert_home }}"