From 77754c5f6e735a2d44c451fd766eada55beba7f5 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 7 Feb 2021 13:08:51 -0600 Subject: [PATCH] Forgot the user, derp. --- tasks/linux/cron/ansible.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/linux/cron/ansible.yml b/tasks/linux/cron/ansible.yml index 8332f36..40d1e0c 100644 --- a/tasks/linux/cron/ansible.yml +++ b/tasks/linux/cron/ansible.yml @@ -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 \ No newline at end of file