Add gtimelog configuration
This commit is contained in:
@@ -22,6 +22,8 @@ pkgs_to_install:
|
||||
- gnome-tweaks
|
||||
- gnome-shell-extension-appindicator
|
||||
- gnome-shell-extension-dashtodock
|
||||
# gtimelog
|
||||
- gtimelog
|
||||
# element
|
||||
- element-desktop
|
||||
# backups
|
||||
|
47
gtimelog/tasks.txt
Normal file
47
gtimelog/tasks.txt
Normal file
@@ -0,0 +1,47 @@
|
||||
INTERNAL
|
||||
INTERNAL SmallTasks
|
||||
INTERNAL SelfOrganisation
|
||||
INTERNAL StaffManagement
|
||||
INTERNAL Meetings
|
||||
INTERNAL Technical
|
||||
INTERNAL Sysadmin
|
||||
INTERNAL Fundraising
|
||||
INTERNAL KnowledgeManagement
|
||||
INTERNAL Finance
|
||||
INTERNAL GdprRequests
|
||||
|
||||
LEGAL
|
||||
LEGAL LLW
|
||||
LEGAL Enquiries
|
||||
LEGAL Network
|
||||
LEGAL Reuse
|
||||
LEGAL Ngi
|
||||
LEGAL Huawei
|
||||
|
||||
POLICY
|
||||
POLICY PMPC
|
||||
POLICY SaveCodeShare
|
||||
POLICY OpenStandards
|
||||
POLICY RadioLockdown
|
||||
POLICY RouterFreedom
|
||||
POLICY Swpat
|
||||
POLICY Elections
|
||||
POLICY EuFossPolicyMeeting
|
||||
|
||||
PA
|
||||
PA PublicEvents
|
||||
PA PublicEventsFOSDEM
|
||||
PA PublicEventsCommunityMeeting
|
||||
PA PromotionMaterial
|
||||
PA FreeYourAndroid
|
||||
PA Ilovefs
|
||||
PA Newsletter
|
||||
PA Website
|
||||
|
||||
FOSS4SME
|
||||
|
||||
MERCHANDISE
|
||||
|
||||
OFF Vacation
|
||||
OFF Sick
|
||||
OFF PublicHoliday
|
@@ -41,6 +41,12 @@
|
||||
ansible.builtin.apt:
|
||||
deb: /tmp/innernet.deb
|
||||
|
||||
- name: Download tasks.txt for gtimelog
|
||||
tags: gtimelog
|
||||
ansible.builtin.get_url:
|
||||
url: https://git.fsfe.org/fsfe-system-hackers/staff-laptop/raw/branch/master/gtimelog/tasks.txt
|
||||
dest: "/home/{{ ansible_user }}/.local/share/gtimelog/tasks.txt"
|
||||
|
||||
- name: Remove unneeded packages
|
||||
become: true
|
||||
apt:
|
||||
|
Reference in New Issue
Block a user