Delete 'state' option on template for PGDG repo

This commit is contained in:
Eric Morino 2024-04-09 09:12:01 +02:00
parent 7a9be8d6fa
commit 4bbe2f4f72

View file

@ -36,7 +36,6 @@
ansible.builtin.template:
src: postgresql.sources.j2
dest: /etc/apt/sources.list.d/postgresql.sources
state: present
register: postgresql_sources
when: ansible_distribution_major_version is version('12', '>=')