Commit 31526b8f by Shirley He

remove admin user from enrolling in demo course

parent 04b94bc9
......@@ -50,7 +50,7 @@
chdir: "{{ demo_edxapp_code_dir }}"
become_user: "{{ common_web_user }}"
with_items:
- "{{ demo_test_admin_and_staff_users }}"
- "{{ demo_test_and_staff_users }}"
when: demo_checkout.changed
- 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