Skip to content

Commit

Permalink
Trigger tutor reload on openedx/MFE image change
Browse files Browse the repository at this point in the history
  • Loading branch information
snglth committed Feb 29, 2024
1 parent 11adc4c commit 3a8c964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
TUTOR_APP: "{{ tutor_app }}"
become: true
become_user: "{{ tutor_user }}"
changed_when: false # It woulbe nice to detect change somehow
changed_when: true
when: tutor_mfe_image is defined
tags:
- tutor_config
Expand All @@ -55,7 +55,7 @@
loop: "{{ tutor_prod_config | combine(tutor_prod_host_config) | dict2items }}"
become: true
become_user: "{{ tutor_user }}"
changed_when: false # It shouldn't really be changed after install
changed_when: true
tags:
- tutor_config
- tutor_deploy
Expand Down

0 comments on commit 3a8c964

Please sign in to comment.