- name: Copy weather.sql copy: src: ./files/weather.sql dest: /tmp/weather.sql - name: import wether db to pg shell: sudo -u postgres psql -f /tmp/weather.sql