- name: postgres | tasks | extension| timescale | install | add timescale repo ansible.builtin.template: src: installation/timescale.repo.j2 dest: /etc/yum.repos.d/timescale_timescaledb.repo - name: postgres | tasks | extension| timescale | install | install timescaledb extension dnf: name: - timescaledb-2-postgresql-{{postgres_version}} state: present notify: - restart postgreql