From cd97460aa346960796e23e579f946d67929256d5 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 7 Feb 2021 13:02:00 -0600 Subject: [PATCH] Call new flatpak cron jobs. --- local.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/local.yml b/local.yml index 9a09d36..746ec6e 100644 --- a/local.yml +++ b/local.yml @@ -48,13 +48,16 @@ - include: tasks/freebsd/software/gui.yml when: ansible_system == "FreeBSD" - # Additional tasks to configure Desktop Environments + # Additional tasks to configure systems with Desktop Environments - include: tasks/linux/software/flatpaks.yml when: ansible_system == "Linux" and flatpak_distro - name: Workstation | Linux | Packages | Not Implemented shell: echo "Not implemented yet. :(" when: ansible_system == "Linux" and not flatpak_distro + + - include: tasks/linux/cron/ansible.yml + when: ansible_system == "Linux" post_tasks: - include: tasks/general/software/gnome.yml