Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions playbooks/roles/edxapp/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,11 @@
version: "{{ EDXAPP_SINGLE_BEAT_VERSION|default(omit) }}"
virtualenv: "{{ edxapp_venv_dir }}"
state: present
become_user: "{{ edxapp_user }}"
when: EDXAPP_ENABLE_CELERY_BEAT
tags:
- install
- install:app-requirements
become_user: "{{ edxapp_user }}"
when: EDXAPP_ENABLE_CELERY_BEAT
tags:
- install
- install:app-requirements

- name: import custom tinymce plugins
include_role:
Expand Down