Commit 32e09162 by Shirley He

enroll all staf admin test users in demo courses

parent da05020f
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
chdir: "{{ demo_edxapp_code_dir }}" chdir: "{{ demo_edxapp_code_dir }}"
become_user: "{{ common_web_user }}" become_user: "{{ common_web_user }}"
with_items: with_items:
- "{{ demo_test_and_staff_users }}" - "{{ demo_test_admin_and_staff_users }}"
when: demo_checkout.changed when: demo_checkout.changed
- name: add test users to the certificate whitelist - name: add test users to the certificate whitelist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment