Fix a typo.

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

View File

@ -7,7 +7,7 @@
block:
- name: postgresql_org_repo | Ensure that /etc/apt.d/keyrings exists
ansible.builtin.file:
dest: /etc/apt.d/keyrings
dest: /etc/apt/keyrings
state: directory
owner: root
group: root