Fix a task name.
This commit is contained in:
parent
6819643fd1
commit
aad4b75d60
|
@ -18,7 +18,7 @@
|
||||||
- postgresql_client_only
|
- postgresql_client_only
|
||||||
tags: ['postgresql', 'postgres', 'postgres_client']
|
tags: ['postgresql', 'postgres', 'postgres_client']
|
||||||
block:
|
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:
|
ansible.builtin.apt:
|
||||||
pkg: postgresql-client
|
pkg: postgresql-client
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in New Issue