diff --git a/collections/ansible_collections/nullified/infrastructure/roles/workstation/tasks/main.yml b/collections/ansible_collections/nullified/infrastructure/roles/workstation/tasks/main.yml index 6ca1694..3a24307 100644 --- a/collections/ansible_collections/nullified/infrastructure/roles/workstation/tasks/main.yml +++ b/collections/ansible_collections/nullified/infrastructure/roles/workstation/tasks/main.yml @@ -87,11 +87,11 @@ block: - name: '[flatpak] add flatpak repos' ansible.builtin.command: - cmd: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo + cmd: flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo changed_when: false - name: '[flatpak] install flatpak apps' ansible.builtin.command: - cmd: "flatpak install --noninteractive {{ item.repo }} {{ item.app }}" + cmd: "flatpak install --user --noninteractive {{ item.repo }} {{ item.app }}" creates: "/var/lib/flatpak/app/{{ item.app }}" loop: - repo: flathub