--- - name: Update packages community.general.pacman: update_cache: true - name: Install postgres community.general.pacman: pkg: - postgresql - python-psycopg2 notify: Upgrade packages - name: Flush handlers ansible.builtin.meta: flush_handlers