Call new flatpak cron jobs.
This commit is contained in:
parent
2eb64ac9d2
commit
cd97460aa3
@ -48,7 +48,7 @@
|
|||||||
- include: tasks/freebsd/software/gui.yml
|
- include: tasks/freebsd/software/gui.yml
|
||||||
when: ansible_system == "FreeBSD"
|
when: ansible_system == "FreeBSD"
|
||||||
|
|
||||||
# Additional tasks to configure Desktop Environments
|
# Additional tasks to configure systems with Desktop Environments
|
||||||
- include: tasks/linux/software/flatpaks.yml
|
- include: tasks/linux/software/flatpaks.yml
|
||||||
when: ansible_system == "Linux" and flatpak_distro
|
when: ansible_system == "Linux" and flatpak_distro
|
||||||
|
|
||||||
@ -56,6 +56,9 @@
|
|||||||
shell: echo "Not implemented yet. :("
|
shell: echo "Not implemented yet. :("
|
||||||
when: ansible_system == "Linux" and not flatpak_distro
|
when: ansible_system == "Linux" and not flatpak_distro
|
||||||
|
|
||||||
|
- include: tasks/linux/cron/ansible.yml
|
||||||
|
when: ansible_system == "Linux"
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- include: tasks/general/software/gnome.yml
|
- include: tasks/general/software/gnome.yml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user