Skip to content

Commit

Permalink
feat: enable codejail through ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
ghassanmas committed Feb 26, 2024
1 parent 95af9db commit ea09917
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ansible/host_vars/community_theme/config.yml
Expand Up @@ -15,6 +15,7 @@ tutor_post_hooks:
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable home-mfe-production"
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable course-about-mfe-production"
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable caddy_proxy"
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} plugins enable codejail"
- "{{ tutor_venv_path }}/{{ tutor_exec_name }} config save"


1 change: 0 additions & 1 deletion config.yml
Expand Up @@ -78,7 +78,6 @@ OPENEDX_MYSQL_PASSWORD: 2waV0m9w
OPENEDX_SECRET_KEY: eHqeglW5j7T68yYtr3yL6XPz
PLATFORM_NAME: Community Theme
PLUGINS:
- codejail
- community-mfe
- course-about-mfe
- home-mfe
Expand Down

0 comments on commit ea09917

Please sign in to comment.