Skip to content

Commit

Permalink
Fix crontab user
Browse files Browse the repository at this point in the history
  • Loading branch information
euanmillar committed Feb 13, 2024
1 parent 9e7ce0b commit 1aaa023
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/server-setup/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
- hosts: docker-manager-first, docker-workers
become: yes
become_method: sudo
vars:
crontab_user: root
tasks:
- include_tasks:
file: tasks/application.yml
Expand Down

0 comments on commit 1aaa023

Please sign in to comment.