Fix a task name.

This commit is contained in:
Andrea Dell'Amico 2023-12-18 13:12:22 +01:00
parent 6819643fd1
commit aad4b75d60
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
- postgresql_client_only
tags: ['postgresql', 'postgres', 'postgres_client']
block:
- name: postgresql-packages | Install the postgresql server packages on Deb systems
- name: postgresql-packages | Install the postgresql client packages on Deb systems
ansible.builtin.apt:
pkg: postgresql-client
state: present