Skip to content

Commit

Permalink
sync volunteers with penta for virtual infodesks
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvdw committed Jan 29, 2023
1 parent cc7c628 commit be264c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deployment/playbook/roles/fosdem_volunteers/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,11 @@
minute: 0
tags:
- cron
- name: Sync volunteers for infodesk with penta
become_user: "{{app_user}}"
cron:
name: Sync with penta
job: "{{base_dir}}/venv3/bin/python {{base_dir}}/tool/manage.py sync_volunteers_with_penta_account"
minute: 0
tags:
- cron

0 comments on commit be264c1

Please sign in to comment.