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
cron:
user: ansible
name: "Update System FLatpaks"
name: "Update System Flatpaks"
special_time: hourly
job: "sudo flatpak update"
state: present
@ -16,7 +16,7 @@
user: ansible
name: "Update User Flatpaks"
special_time: hourly
job: "sudo -u flatpak update"
job: "sudo -u ling flatpak update"
state: present
disabled: no
when: flatpak_distro