--- - name: Installing packages (GNOME) become: true package: name: - dconf state: present - name: Dconf loader ansible.builtin.shell: "dconf load / < {{ playbook_dir }}/files/dotfiles/dconf" failed_when: false # ansible.builtin.command: # argv: # - dconf load / < # - "{{ playbook_dir }}/files/dotfiles/dconf"