Forgot the user, derp.

This commit is contained in:
Hyperling 2021-02-07 13:08:51 -06:00
parent cd97460aa3
commit 77754c5f6e

View File

@ -4,7 +4,7 @@
- name: General | Cron | Ansible | Linux | Update System Flatpaks - name: General | Cron | Ansible | Linux | Update System Flatpaks
cron: cron:
user: ansible user: ansible
name: "Update System FLatpaks" name: "Update System Flatpaks"
special_time: hourly special_time: hourly
job: "sudo flatpak update" job: "sudo flatpak update"
state: present state: present
@ -16,7 +16,7 @@
user: ansible user: ansible
name: "Update User Flatpaks" name: "Update User Flatpaks"
special_time: hourly special_time: hourly
job: "sudo -u flatpak update" job: "sudo -u ling flatpak update"
state: present state: present
disabled: no disabled: no
when: flatpak_distro when: flatpak_distro